Merge lp:~larsu/ubiquity/lp1207890 into lp:ubiquity

Proposed by Lars Karlitski
Status: Merged
Merged at revision: 6005
Proposed branch: lp:~larsu/ubiquity/lp1207890
Merge into: lp:ubiquity
Diff against target: 13 lines (+1/-0)
1 file modified
src/panel/panel.c (+1/-0)
To merge this branch: bzr merge lp:~larsu/ubiquity/lp1207890
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Approve
Review via email: mp+187494@code.launchpad.net

Description of the change

Force panel to 28 pixels height

There doesn't seem to be a way to get gtk to make the panel 24 pixels high (as the one in unity) while keeping the icon size.

To accommodate for the greater height, this patch also increases the size of the background image.

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

The panel looks very sexy once again! thanks very much =)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pixmaps/panel.png'
2Binary files pixmaps/panel.png 2012-12-05 13:40:37 +0000 and pixmaps/panel.png 2013-09-25 11:42:24 +0000 differ
3=== modified file 'src/panel/panel.c'
4--- src/panel/panel.c 2013-07-29 17:29:49 +0000
5+++ src/panel/panel.c 2013-09-25 11:42:24 +0000
6@@ -320,6 +320,7 @@
7 ido_init ();
8 screen = gdk_screen_get_default();
9 win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
10+ gtk_window_set_default_size (GTK_WINDOW (win), -1, 28);
11 g_signal_connect(win, "realize", G_CALLBACK(on_realize), NULL);
12 g_signal_connect(screen, "monitors-changed", G_CALLBACK(on_screen_change), win);
13 g_signal_connect(screen, "size-changed", G_CALLBACK(on_screen_change), win);

Subscribers

People subscribed via source and target branches

to status/vote changes: