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
=== modified file 'Switchboard/switchboard-app.vala'
--- Switchboard/switchboard-app.vala 2012-12-10 12:33:31 +0000
+++ Switchboard/switchboard-app.vala 2013-01-07 20:09:37 +0000
@@ -88,6 +88,7 @@
8888
89 // Set up window89 // Set up window
90 main_window.set_default_size (842, 475);90 main_window.set_default_size (842, 475);
91 main_window.set_size_request (500, 300);
91 main_window.window_position = Gtk.WindowPosition.CENTER;92 main_window.window_position = Gtk.WindowPosition.CENTER;
92 main_window.destroy.connect (shut_down);93 main_window.destroy.connect (shut_down);
93 setup_toolbar ();94 setup_toolbar ();

Subscribers

People subscribed via source and target branches

to all changes: