Skip to content

Commit 3f54c57

Browse files
raveit65raveit65
raveit65
authored andcommitted
prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER
fixes #76
1 parent 7e48690 commit 3f54c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensors-applet/prefs-dialog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
807807
prefs_dialog->scrolled_window = g_object_new(GTK_TYPE_SCROLLED_WINDOW,
808808
"hadjustment", NULL,
809809
"height-request", 200,
810-
"hscrollbar-policy", GTK_POLICY_AUTOMATIC,
810+
"hscrollbar-policy", GTK_POLICY_NEVER,
811811
"vadjustment",NULL,
812812
"vscrollbar-policy", GTK_POLICY_AUTOMATIC,
813813
NULL);

0 commit comments

Comments
 (0)