mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Truncate the middle of pathnames in the Unstaged/Staged Changes lists.
Previously, the ends of the pathnames were truncated instead, which could lose the filename.
This commit is contained in:
committed by
Pieter de Bie
parent
3bed4975fc
commit
3ee50de56b
+2
-2
@@ -203,7 +203,7 @@
|
||||
</object>
|
||||
<object class="NSTextFieldCell" key="NSDataCell" id="45690317">
|
||||
<int key="NSCellFlags">337772096</int>
|
||||
<int key="NSCellFlags2">133120</int>
|
||||
<int key="NSCellFlags2">133632</int>
|
||||
<string key="NSContents">Text Cell</string>
|
||||
<reference key="NSSupport" ref="26"/>
|
||||
<reference key="NSControlView" ref="588180404"/>
|
||||
@@ -605,7 +605,7 @@
|
||||
</object>
|
||||
<object class="NSTextFieldCell" key="NSDataCell" id="39450212">
|
||||
<int key="NSCellFlags">67239488</int>
|
||||
<int key="NSCellFlags2">133120</int>
|
||||
<int key="NSCellFlags2">133632</int>
|
||||
<string key="NSContents">Text Cell</string>
|
||||
<reference key="NSSupport" ref="26"/>
|
||||
<reference key="NSControlView" ref="638535043"/>
|
||||
|
||||
Reference in New Issue
Block a user