Skip to content

Commit 5359056

Browse files
raveit65raveit65
authored andcommitted
prefs-dialog: set a min_width for enable_column
1 parent 3f54c57 commit 5359056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sensors-applet/prefs-dialog.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,9 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
791791
"visible", VISIBLE_COLUMN,
792792
NULL);
793793

794+
795+
gtk_tree_view_column_set_min_width(prefs_dialog->enable_column, 90);
796+
794797
prefs_dialog->icon_column = gtk_tree_view_column_new_with_attributes(_("Icon"),
795798
prefs_dialog->icon_renderer,
796799
"pixbuf", ICON_PIXBUF_COLUMN,

0 commit comments

Comments
 (0)