summaryrefslogtreecommitdiff
path: root/plugins/gtkui/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-24 20:06:06 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-24 20:06:06 +0200
commit92439c330fa3b08b34c5fe9bfb38ba8a10b0caf4 (patch)
tree1a4e81d4c759a0c9eaa1d2f49eb7590bff93f1b8 /plugins/gtkui/deadbeef.glade
parent242b55f27fca6608d80b9299d7121ebaa91bba71 (diff)
gtkui: added customizable button text color
Diffstat (limited to 'plugins/gtkui/deadbeef.glade')
-rw-r--r--plugins/gtkui/deadbeef.glade48
1 files changed, 47 insertions, 1 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index 35f1e244..12c81dc6 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -8204,7 +8204,7 @@ Descending</property>
</widget>
<widget class="GtkDialog" id="button_properties">
- <property name="height_request">210</property>
+ <property name="height_request">250</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Button properties</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -8333,6 +8333,52 @@ Descending</property>
</child>
<child>
+ <widget class="GtkHBox" id="hbox118">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">8</property>
+
+ <child>
+ <widget class="GtkCheckButton" id="use_textcolor">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Text color</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkColorButton" id="textcolor">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="use_alpha">False</property>
+ <property name="focus_on_click">True</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkHBox" id="hbox115">
<property name="visible">True</property>
<property name="homogeneous">False</property>