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 15b67d2 commit cba90beCopy full SHA for cba90be
sensors-applet/prefs-dialog.c
@@ -468,6 +468,8 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
468
g_free(header_text);
469
470
prefs_dialog->display_mode_combo_box = GTK_COMBO_BOX_TEXT(gtk_combo_box_text_new());
471
+ /*expand the whole column */
472
+ gtk_widget_set_hexpand(GTK_WIDGET(prefs_dialog->display_mode_combo_box), TRUE);
473
474
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(prefs_dialog->display_mode_combo_box), _("label with value"));
475
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(prefs_dialog->display_mode_combo_box), _("icon with value"));
0 commit comments