Merge lp:~jbicha/ubuntu/oneiric/gnome-control-center/make-it-wider into lp:~ubuntu-desktop/gnome-control-center/ubuntu

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 250
Proposed branch: lp:~jbicha/ubuntu/oneiric/gnome-control-center/make-it-wider
Merge into: lp:~ubuntu-desktop/gnome-control-center/ubuntu
Diff against target: 41 lines (+21/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/07_make_window_wider.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~jbicha/ubuntu/oneiric/gnome-control-center/make-it-wider
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+73202@code.launchpad.net

Description of the change

Unfortunately, this makes some of the panels look too stretched out.

On the other hand this patch saves 2 rows on the front page in current Oneric and makes the front page look a lot better proportioned. Previously, I had to vertically scroll on my 1280x800 screen, which is not an uncommon laptop screen size.

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 'debian/changelog'
2--- debian/changelog 2011-08-25 14:39:41 +0000
3+++ debian/changelog 2011-08-29 05:41:44 +0000
4@@ -1,3 +1,10 @@
5+gnome-control-center (1:3.1.5-0ubuntu5) oneiric; urgency=low
6+
7+ * debian/patches/07_make_window_wider.patch
8+ - Make the System Settings window a bit wider to reduce need for scrolling
9+
10+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 29 Aug 2011 01:28:14 -0400
11+
12 gnome-control-center (1:3.1.5-0ubuntu4) oneiric; urgency=low
13
14 * debian/patches/04_add_theme_selection.patch:
15
16=== added file 'debian/patches/07_make_window_wider.patch'
17--- debian/patches/07_make_window_wider.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/07_make_window_wider.patch 2011-08-29 05:41:44 +0000
19@@ -0,0 +1,13 @@
20+Index: gnome-control-center-3.1.5/shell/gnome-control-center.c
21+===================================================================
22+--- gnome-control-center-3.1.5.orig/shell/gnome-control-center.c 2011-08-28 23:38:09.023225450 -0400
23++++ gnome-control-center-3.1.5/shell/gnome-control-center.c 2011-08-28 23:38:18.173238867 -0400
24+@@ -81,7 +81,7 @@
25+
26+ /* Use a fixed width for the shell, since resizing horizontally is more awkward
27+ * for the user than resizing vertically */
28+-#define FIXED_WIDTH 675
29++#define FIXED_WIDTH 740
30+
31+
32+ static const gchar *
33
34=== modified file 'debian/patches/series'
35--- debian/patches/series 2011-08-25 14:39:41 +0000
36+++ debian/patches/series 2011-08-29 05:41:44 +0000
37@@ -6,3 +6,4 @@
38 #50_ubuntu_systemwide_prefs.patch
39 #51_ubuntu_system_keyboard.patch
40 06_handle_passwd_with_ldap.patch
41+07_make_window_wider.patch

Subscribers

People subscribed via source and target branches