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
1=== modified file 'lib/Widgets/DynamicNotebook.vala'
2--- lib/Widgets/DynamicNotebook.vala 2015-01-07 09:51:37 +0000
3+++ lib/Widgets/DynamicNotebook.vala 2015-03-25 22:17:12 +0000
4@@ -737,7 +737,7 @@
5 Gtk.Notebook notebook;
6
7 private int tab_width = 150;
8- private static const int MAX_TAB_WIDTH = 150;
9+ private static const int MAX_TAB_WIDTH = 174;
10 private static const int TAB_WIDTH_PINNED = 18;
11
12 public signal void tab_added (Tab tab);

Subscribers

People subscribed via source and target branches