Skip to content

Commit

Permalink
prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER
Browse files Browse the repository at this point in the history
fixes #76
  • Loading branch information
raveit65 committed Feb 27, 2018
1 parent f304020 commit 34edb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors-applet/prefs-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ void prefs_dialog_open(SensorsApplet *sensors_applet) {
prefs_dialog->scrolled_window = g_object_new(GTK_TYPE_SCROLLED_WINDOW,
"hadjustment", NULL,
"height-request", 200,
"hscrollbar-policy", GTK_POLICY_AUTOMATIC,
"hscrollbar-policy", GTK_POLICY_NEVER,
"vadjustment",NULL,
"vscrollbar-policy", GTK_POLICY_AUTOMATIC,
NULL);
Expand Down

0 comments on commit 34edb53

Please sign in to comment.