Merge lp:~parnold-x/granite/dynamic-notebook-tab-width into lp:~elementary-pantheon/granite/granite

Proposed by Djax
Status: Merged
Approved by: Danielle Foré
Approved revision: 848
Merged at revision: 848
Proposed branch: lp:~parnold-x/granite/dynamic-notebook-tab-width
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 12 lines (+1/-1)
1 file modified
lib/Widgets/DynamicNotebook.vala (+1/-1)
To merge this branch: bzr merge lp:~parnold-x/granite/dynamic-notebook-tab-width
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+254165@code.launchpad.net

Commit message

Increase max-tab width for dynamic notebook tabs by 24px

Description of the change

Increase max-tab width for dynamic notebook tabs by 24px

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

Yup, as discussed in Slack.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/Widgets/DynamicNotebook.vala'
--- lib/Widgets/DynamicNotebook.vala 2015-01-07 09:51:37 +0000
+++ lib/Widgets/DynamicNotebook.vala 2015-03-25 22:17:12 +0000
@@ -737,7 +737,7 @@
737 Gtk.Notebook notebook;737 Gtk.Notebook notebook;
738738
739 private int tab_width = 150;739 private int tab_width = 150;
740 private static const int MAX_TAB_WIDTH = 150;740 private static const int MAX_TAB_WIDTH = 174;
741 private static const int TAB_WIDTH_PINNED = 18;741 private static const int TAB_WIDTH_PINNED = 18;
742742
743 public signal void tab_added (Tab tab);743 public signal void tab_added (Tab tab);

Subscribers

People subscribed via source and target branches