Skip to content

Commit

Permalink
prefs-dialog: set a min_width for enable_column
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 25, 2018
1 parent 3f54c57 commit 5359056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sensors-applet/prefs-dialog.c
Expand Up @@ -791,6 +791,9 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
"visible", VISIBLE_COLUMN,
NULL);


gtk_tree_view_column_set_min_width(prefs_dialog->enable_column, 90);

prefs_dialog->icon_column = gtk_tree_view_column_new_with_attributes(_("Icon"),
prefs_dialog->icon_renderer,
"pixbuf", ICON_PIXBUF_COLUMN,
Expand Down

0 comments on commit 5359056

Please sign in to comment.