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:
Johannes Gilger
2009-03-29 18:00:44 +02:00
committed by Pieter de Bie
parent 7caf7d799a
commit 85df0f0675
+2 -2
View File
@@ -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>