We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34edb53 commit 15b67d2Copy full SHA for 15b67d2
sensors-applet/prefs-dialog.c
@@ -790,6 +790,9 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
790
"visible", VISIBLE_COLUMN,
791
NULL);
792
793
+
794
+ gtk_tree_view_column_set_min_width(prefs_dialog->enable_column, 90);
795
796
prefs_dialog->icon_column = gtk_tree_view_column_new_with_attributes(_("Icon"),
797
prefs_dialog->icon_renderer,
798
"pixbuf", ICON_PIXBUF_COLUMN,
0 commit comments