diff options
author | Jim Evins <evins@snaught.com> | 2010-04-04 14:09:27 -0400 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2010-04-04 14:11:10 -0400 |
commit | 08f8cffbc138c302c502b08c4464462d19532bcf (patch) | |
tree | 2abcaaf5e88c66ff88d90fb11bde0f89492a535f /data | |
parent | 3ebe5807c5895cd9ca91233813ad11a9a0916698 (diff) |
Changed packing style for media select widget
Changed packing style for media select widget so that it will expand
both horizontally and vertically with new label dialog.
Diffstat (limited to 'data')
-rw-r--r-- | data/builder/media-select.builder | 6 | ||||
-rw-r--r-- | data/builder/new-label-dialog.builder | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/data/builder/media-select.builder b/data/builder/media-select.builder index 567648b..f64c6f3 100644 --- a/data/builder/media-select.builder +++ b/data/builder/media-select.builder @@ -331,8 +331,6 @@ </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">False</property> <property name="position">0</property> </packing> </child> @@ -341,9 +339,9 @@ </object> <object class="GtkSizeGroup" id="custom_buttons_sizegroup"> <widgets> - <widget name="custom_add_button"/> - <widget name="custom_edit_button"/> <widget name="custom_delete_button"/> + <widget name="custom_edit_button"/> + <widget name="custom_add_button"/> </widgets> </object> </interface> diff --git a/data/builder/new-label-dialog.builder b/data/builder/new-label-dialog.builder index 2f4d70b..3e7db73 100644 --- a/data/builder/new-label-dialog.builder +++ b/data/builder/new-label-dialog.builder @@ -38,8 +38,6 @@ </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">False</property> <property name="position">1</property> </packing> </child> |