Merge lp:~davidgomes/switchboard/fix-1081310 into lp:~elementary-pantheon/switchboard/switchboard

Proposed by David Gomes
Status: Merged
Merged at revision: 363
Proposed branch: lp:~davidgomes/switchboard/fix-1081310
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 11 lines (+1/-0)
1 file modified
Switchboard/switchboard-app.vala (+1/-0)
To merge this branch: bzr merge lp:~davidgomes/switchboard/fix-1081310
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+142189@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve

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-12-10 12:33:31 +0000
3+++ Switchboard/switchboard-app.vala 2013-01-07 20:09:37 +0000
4@@ -88,6 +88,7 @@
5
6 // Set up window
7 main_window.set_default_size (842, 475);
8+ main_window.set_size_request (500, 300);
9 main_window.window_position = Gtk.WindowPosition.CENTER;
10 main_window.destroy.connect (shut_down);
11 setup_toolbar ();

Subscribers

People subscribed via source and target branches

to all changes: