Merge lp:~tombeckmann/switchboard/no-scrollbar into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Tom Beckmann
Status: Merged
Merged at revision: 315
Proposed branch: lp:~tombeckmann/switchboard/no-scrollbar
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 12 lines (+1/-1)
1 file modified
Switchboard/switchboard-app.vala (+1/-1)
To merge this branch: bzr merge lp:~tombeckmann/switchboard/no-scrollbar
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+125894@code.launchpad.net

Description of the change

Scale the window up so it fits without showing a scrollbar with the default number of plugs.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Switchboard/switchboard-app.vala'
2--- Switchboard/switchboard-app.vala 2012-09-22 20:12:56 +0000
3+++ Switchboard/switchboard-app.vala 2012-09-23 20:13:25 +0000
4@@ -85,7 +85,7 @@
5 main_window.icon_name = APP_ICON;
6
7 // Set up window
8- main_window.set_size_request (842, 468);
9+ main_window.set_default_size (842, 475);
10 main_window.window_position = Gtk.WindowPosition.CENTER;
11 main_window.destroy.connect (shut_down);
12 setup_toolbar ();

Subscribers

People subscribed via source and target branches

to all changes: