Skip to content

Commit 15b67d2

Browse files
author
raveit65
committed
prefs-dialog: set a min_width for enable_column
1 parent 34edb53 commit 15b67d2

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
@@ -790,6 +790,9 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
790790
"visible", VISIBLE_COLUMN,
791791
NULL);
792792

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

0 commit comments

Comments
 (0)