mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
GitX: Make toolbar in history and commit view equal height
This fixes ticket #123, it restricts the branch-selector in history-view to a maximum-height of 25pixels, which is the height of the button to select history/commit-mode. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
committed by
Pieter de Bie
parent
7caf7d799a
commit
85df0f0675
@@ -1407,8 +1407,8 @@
|
||||
<nil key="NSToolbarItemImage"/>
|
||||
<nil key="NSToolbarItemTarget"/>
|
||||
<nil key="NSToolbarItemAction"/>
|
||||
<string key="NSToolbarItemMinSize">{134, 26}</string>
|
||||
<string key="NSToolbarItemMaxSize">{134, 26}</string>
|
||||
<string key="NSToolbarItemMinSize">{134, 25}</string>
|
||||
<string key="NSToolbarItemMaxSize">{134, 25}</string>
|
||||
<bool key="NSToolbarItemEnabled">YES</bool>
|
||||
<bool key="NSToolbarItemAutovalidates">YES</bool>
|
||||
<int key="NSToolbarItemTag">0</int>
|
||||
|
||||
Reference in New Issue
Block a user