← Back to team overview

elementaryart team mailing list archive

[Merge] lp:~mefrio-g/granite/dynamicnotebook-add-right into lp:granite

 

Mario Guerriero has proposed merging lp:~mefrio-g/granite/dynamicnotebook-add-right into lp:granite.

Requested reviews:
  elementary Pantheon team (elementary-pantheon)

For more details, see:
https://code.launchpad.net/~mefrio-g/granite/dynamicnotebook-add-right/+merge/116283

I've moved the DynamicNotebook's add button to the right, as Sergey suggested in the mailing list
-- 
https://code.launchpad.net/~mefrio-g/granite/dynamicnotebook-add-right/+merge/116283
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/Widgets/DynamicNotebook.vala'
--- lib/Widgets/DynamicNotebook.vala	2012-07-22 16:11:15 +0000
+++ lib/Widgets/DynamicNotebook.vala	2012-07-23 13:39:20 +0000
@@ -291,7 +291,7 @@
             add.margin_left = 6;
             add.relief = Gtk.ReliefStyle.NONE;
             add.tooltip_text = _("New tab");
-            this.notebook.set_action_widget (add, Gtk.PackType.START);
+            this.notebook.set_action_widget (add, Gtk.PackType.END);
             add.show_all ();
             add.get_style_context ().add_provider (button_fix, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
             


Follow ups