diff options
author | David Robillard <d@drobilla.net> | 2006-06-15 08:22:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-15 08:22:48 +0000 |
commit | 55c6e4c46d388189e35329a6519b9afa86f029fa (patch) | |
tree | a65e43a34a7dce7aa2c599ce39e7388e14c193cc /src/progs/gtk/om_gtk.glade | |
parent | 94c0fff479da5e81dede855cf5c382cf23aadf7d (diff) | |
download | ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.tar.gz ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.tar.bz2 ingen-55c6e4c46d388189e35329a6519b9afa86f029fa.zip |
Switched patch "description" window into a properties window (hopefully to extend
in the future)
git-svn-id: http://svn.drobilla.net/lad/grauph@40 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/gtk/om_gtk.glade')
-rw-r--r-- | src/progs/gtk/om_gtk.glade | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/progs/gtk/om_gtk.glade b/src/progs/gtk/om_gtk.glade index abe5f254..bbf98197 100644 --- a/src/progs/gtk/om_gtk.glade +++ b/src/progs/gtk/om_gtk.glade @@ -1252,7 +1252,7 @@ <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">10</property> + <property name="spacing">24</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> @@ -1606,7 +1606,7 @@ <child internal-child="vbox"> <widget class="GtkVBox" id="vbox11"> <property name="homogeneous">False</property> - <property name="spacing">8</property> + <property name="spacing">24</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="hbuttonbox1"> @@ -2476,7 +2476,7 @@ </child> </widget> -<widget class="GtkWindow" id="patch_description_win"> +<widget class="GtkWindow" id="patch_properties_win"> <property name="border_width">8</property> <property name="width_request">400</property> <property name="height_request">200</property> @@ -2533,7 +2533,7 @@ </child> <child> - <widget class="GtkEntry" id="description_author_entry"> + <widget class="GtkEntry" id="properties_author_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -2568,7 +2568,7 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkTextView" id="description_description_textview"> + <widget class="GtkTextView" id="properties_description_textview"> <property name="visible">True</property> <property name="tooltip" translatable="yes">A short description of the patch to be included in the patch file</property> <property name="can_focus">True</property> @@ -2602,7 +2602,7 @@ <property name="spacing">5</property> <child> - <widget class="GtkButton" id="description_cancel_button"> + <widget class="GtkButton" id="properties_cancel_button"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> @@ -2614,7 +2614,7 @@ </child> <child> - <widget class="GtkButton" id="description_ok_button"> + <widget class="GtkButton" id="properties_ok_button"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Apply these changes to be saved the next time the patch is saved</property> <property name="can_default">True</property> |