Skip to content

Commit

Permalink
Increase default size of preferences dialog
Browse files Browse the repository at this point in the history
This should hopefully fix bug #949317
  • Loading branch information
alexmurray committed Mar 9, 2012
1 parent 27aeeb5 commit fbd865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicator-sensors/is-preferences-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ is_preferences_dialog_init(IsPreferencesDialog *self)
IsPreferencesDialogPrivate);

gtk_window_set_title(GTK_WINDOW(self), _(PACKAGE_NAME " Preferences"));
gtk_window_set_default_size(GTK_WINDOW(self), 350, 500);
gtk_window_set_default_size(GTK_WINDOW(self), 500, 600);

priv->sensor_properties_button =
gtk_dialog_add_button(GTK_DIALOG(self),
Expand Down

0 comments on commit fbd865c

Please sign in to comment.