Merge lp:~elementary-pantheon/switchboard/default-size into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Danielle Foré
Status: Merged
Approved by: Avi Romanoff
Approved revision: 549
Merged at revision: 549
Proposed branch: lp:~elementary-pantheon/switchboard/default-size
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 18 lines (+2/-2)
1 file modified
schemas/org.pantheon.switchboard.gschema.xml (+2/-2)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard/default-size
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+254679@code.launchpad.net

Commit message

Set sane default window size

Description of the change

default window size in the schema isn't right. It's too narrow and the height is less than the window's minimum size. This causes the bottom row of icons to be hidden.

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

Trivia: that original window size was just the dimensions of the largest plug window

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'schemas/org.pantheon.switchboard.gschema.xml'
2--- schemas/org.pantheon.switchboard.gschema.xml 2014-03-13 21:43:44 +0000
3+++ schemas/org.pantheon.switchboard.gschema.xml 2015-03-31 02:44:13 +0000
4@@ -11,12 +11,12 @@
5 <description>The saved state of the window.</description>
6 </key>
7 <key name="window-width" type="i">
8- <default>842</default>
9+ <default>920</default>
10 <summary>The saved width of the window.</summary>
11 <description>The saved width of the window. Must be greater than 700, or it will not take effect.</description>
12 </key>
13 <key name="window-height" type="i">
14- <default>475</default>
15+ <default>640</default>
16 <summary>The saved height of the window.</summary>
17 <description>The saved height of the window. Must be greater than 400, or it will not take effect.</description>
18 </key>

Subscribers

People subscribed via source and target branches