summaryrefslogtreecommitdiffstats
path: root/src/gui/ingen_gui.ui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-28 01:35:27 +0000
committerDavid Robillard <d@drobilla.net>2015-03-28 01:35:27 +0000
commitf4d8b438532b3c090094b4060d6e0a2b2fba9d4d (patch)
tree40339fff10921ad264fff3ace8a04c4b52d7c505 /src/gui/ingen_gui.ui
parentac60550c32598ad91f941722913f1629d5c9a35f (diff)
downloadingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.tar.gz
ingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.tar.bz2
ingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.zip
Improve properties window.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/ingen_gui.ui')
-rw-r--r--src/gui/ingen_gui.ui31
1 files changed, 26 insertions, 5 deletions
diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui
index 3b1ebad5..8fa4f35e 100644
--- a/src/gui/ingen_gui.ui
+++ b/src/gui/ingen_gui.ui
@@ -2424,23 +2424,44 @@ See COPYING file included with this distribution, or http://www.gnu.org/licenses
<property name="can_focus">False</property>
</object>
<packing>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkComboBox" id="properties_value_combo">
+ <object class="GtkButton" id="properties_value_button">
+ <property name="label">☰</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
</object>
<packing>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
+ <object class="GtkEntry" id="properties_value_entry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">●</property>
+ <property name="activates_default">True</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ <property name="primary_icon_sensitive">True</property>
+ <property name="secondary_icon_sensitive">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="properties_add_button">
<property name="label">gtk-add</property>
<property name="use_action_appearance">False</property>
@@ -2452,7 +2473,7 @@ See COPYING file included with this distribution, or http://www.gnu.org/licenses
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
</object>