Merge lp:~nataliabidart/light-themes/tweak into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Natalia Bidart
Status: Merged
Merged at revision: 72
Proposed branch: lp:~nataliabidart/light-themes/tweak
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 18 lines (+4/-4)
1 file modified
Ambiance/gtk-2.0/apps/ubuntuone.rc (+4/-4)
To merge this branch: bzr merge lp:~nataliabidart/light-themes/tweak
Reviewer Review Type Date Requested Status
Danielle Foré (community) Approve
Review via email: mp+54429@code.launchpad.net

Commit message

Minor tweak to have the control panel actually getting the theme applied.

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) wrote :

Looks good. fixed indentation and merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-2.0/apps/ubuntuone.rc'
2--- Ambiance/gtk-2.0/apps/ubuntuone.rc 2011-03-22 20:47:09 +0000
3+++ Ambiance/gtk-2.0/apps/ubuntuone.rc 2011-03-22 22:22:25 +0000
4@@ -37,10 +37,10 @@
5 }
6
7 widget "*ManagementPanel.GtkVBox.GtkEventBox.GtkVBox.GtkHBox.GtkHBox*Button" style "ubuntuone-button"
8-widget "*ManagementPanel*GtkHButtonBox*Button" style "mode-button"
9-widget "*ManagementPanel*GtkHButtonBox*ModeLeft*" style "mode-left"
10-widget "*ManagementPanel*GtkHButtonBox*ModeRight*" style "mode-right"
11-widget "*ManagementPanel*GtkHButtonBox*" style:highest "ubuntuone-buttonfix"
12+widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*Button" style "mode-button"
13+widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*ModeLeft*" style "mode-left"
14+widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*ModeRight*" style "mode-right"
15+widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*" style:highest "ubuntuone-buttonfix"
16 widget "*ManagementPanel.GtkVBox.GtkEventBox.GtkVBox.GtkHBox.GtkHSeparator" style "ubuntuone-sep"
17 widget "*ManagementPanel.GtkVBox.GtkNotebook.GtkVBox.GtkEventBox*" style "dark"
18 widget "*ManagementPanel*DevicesPanel.GtkEventBox*" style "dark"