summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2017-04-22 11:17:50 +0200
committerraveit65 <[email protected]>2017-04-23 12:02:57 +0200
commitf6783576e848cb09b8a251a1df235ec9f08d07ae (patch)
tree99072cad6b3cf42b30c99fa71e8a4806bc1a011a /data
parent8d7af89c01357a7a676ff9eb845120c586b246c6 (diff)
downloadeom-f6783576e848cb09b8a251a1df235ec9f08d07ae.tar.bz2
eom-f6783576e848cb09b8a251a1df235ec9f08d07ae.tar.xz
EomPropertiesDialog: Allow RGBA for transparent background color
Now that it is supported in EomScrollView there's no reason not to allow setting an alpha value for the color. taken from: https://git.gnome.org/browse/eog/commit/?id=7d2cf4d
Diffstat (limited to 'data')
-rw-r--r--data/eom-preferences-dialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/eom-preferences-dialog.ui b/data/eom-preferences-dialog.ui
index 0dc8945..5f3785e 100644
--- a/data/eom-preferences-dialog.ui
+++ b/data/eom-preferences-dialog.ui
@@ -304,7 +304,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="use_alpha">True</property>
<property name="title" translatable="yes">Color for Transparent Areas</property>
+ <property name="rgba">rgb(0,0,0)</property>
</object>
<packing>
<property name="position">1</property>