Merge lp:~michael-sheldon/jokosher/small-screen into lp:jokosher

Proposed by Michael Sheldon
Status: Merged
Merged at revision: 1109
Proposed branch: lp:~michael-sheldon/jokosher/small-screen
Merge into: lp:jokosher
Diff against target: 14 lines (+2/-2)
1 file modified
Jokosher/Jokosher.glade (+2/-2)
To merge this branch: bzr merge lp:~michael-sheldon/jokosher/small-screen
Reviewer Review Type Date Requested Status
Jokosher Code Pending
Review via email: mp+31411@code.launchpad.net

Description of the change

Reduces the minimum window size to a size suitable for the eeepc and n900 screens (whilst still displaying everything).

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 'Jokosher/Jokosher.glade'
2--- Jokosher/Jokosher.glade 2010-04-11 21:11:21 +0000
3+++ Jokosher/Jokosher.glade 2010-07-30 19:12:44 +0000
4@@ -4,8 +4,8 @@
5 <glade-interface>
6
7 <widget class="GtkWindow" id="MainWindow">
8- <property name="width_request">900</property>
9- <property name="height_request">550</property>
10+ <property name="width_request">800</property>
11+ <property name="height_request">400</property>
12 <property name="title">Jokosher</property>
13 <property name="type">GTK_WINDOW_TOPLEVEL</property>
14 <property name="window_position">GTK_WIN_POS_CENTER</property>

Subscribers

People subscribed via source and target branches