Skip to content

Commit

Permalink
Various minor improvements in the gtk3 user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
epienbroek committed Aug 21, 2012
1 parent dacd034 commit c4aab46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mn-mailbox-properties.gob
Expand Up @@ -95,7 +95,7 @@ class MN:Mailbox:Properties from G:Object (abstract)
GSList *l; GSList *l;


MN_LIST_FOREACH(l, selfp->general_sections) MN_LIST_FOREACH(l, selfp->general_sections)
gtk_box_pack_start(GTK_BOX(MN_MAILBOX_PROPERTIES_DIALOG(properties->dialog)->general_vbox), l->data, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(MN_MAILBOX_PROPERTIES_DIALOG(properties->dialog)->general_vbox), l->data, TRUE, TRUE, 0);
} }


override (MN:Mailbox:Properties) void override (MN:Mailbox:Properties) void
Expand Down
2 changes: 2 additions & 0 deletions ui/properties-dialog.ui
Expand Up @@ -36,6 +36,7 @@
<object class="GtkVBox" id="vbox22"> <object class="GtkVBox" id="vbox22">
<property name="visible">True</property> <property name="visible">True</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<property name="expand">False</property>
<child> <child>
<object class="GtkLabel" id="label36"> <object class="GtkLabel" id="label36">
<property name="visible">True</property> <property name="visible">True</property>
Expand Down Expand Up @@ -397,6 +398,7 @@
<object class="GtkVBox" id="vbox2"> <object class="GtkVBox" id="vbox2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<property name="expand">False</property>
<child> <child>
<object class="GtkRadioButton" id="popups_position_attached_radio"> <object class="GtkRadioButton" id="popups_position_attached_radio">
<property name="visible">True</property> <property name="visible">True</property>
Expand Down

0 comments on commit c4aab46

Please sign in to comment.