Merge lp:~elementary-apps/lingo-dictionary/sidebar-paned into lp:lingo-dictionary

Proposed by Victor Martinez
Status: Needs review
Proposed branch: lp:~elementary-apps/lingo-dictionary/sidebar-paned
Merge into: lp:lingo-dictionary
Diff against target: 16 lines (+2/-3)
1 file modified
src/lingo-window.vala (+2/-3)
To merge this branch: bzr merge lp:~elementary-apps/lingo-dictionary/sidebar-paned
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+120905@code.launchpad.net

Description of the change

Use SidebarPaned widget

To post a comment you must log in.

Unmerged revisions

163. By Victor Martinez

Use Granite.Widgets.SidebarPaned

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/lingo-window.vala'
2--- src/lingo-window.vala 2012-08-12 21:51:38 +0000
3+++ src/lingo-window.vala 2012-08-23 03:18:20 +0000
4@@ -124,11 +124,10 @@
5 side_sw.add(tree_view);
6 side_sw.expand = true;
7
8- var hpaned = new Gtk.HPaned ();
9- hpaned.name = "SidebarHandleLeft";
10+ var hpaned = new Granite.Widgets.SidebarPaned ();
11 side_sw.name = "SidebarContent";
12- hpaned.get_style_context().add_class("sidebar-pane-separator");
13 tree_view.get_style_context().add_class("sidebar");
14+
15 hpaned.add1 (side_sw);
16 hpaned.add2 (dict_sw);
17

Subscribers

People subscribed via source and target branches