[vlc-commits] macosx: main window: Natural alignment for sidebar items
David Fuhrmann
git at videolan.org
Sat Apr 22 17:44:04 CEST 2017
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Apr 22 17:39:54 2017 +0200| [d24ddffb0be11848d64d6e9562018f1d257c3464] | committer: David Fuhrmann
macosx: main window: Natural alignment for sidebar items
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d24ddffb0be11848d64d6e9562018f1d257c3464
---
modules/gui/macosx/UI/MainWindow.xib | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/UI/MainWindow.xib b/modules/gui/macosx/UI/MainWindow.xib
index 5dbd6596ad..051ae2c57c 100644
--- a/modules/gui/macosx/UI/MainWindow.xib
+++ b/modules/gui/macosx/UI/MainWindow.xib
@@ -145,12 +145,12 @@
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn editable="NO" width="200" minWidth="118" maxWidth="200" id="4717">
- <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
+ <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
- <textFieldCell key="dataCell" lineBreakMode="truncatingTail" alignment="left" title="Text Cell" id="4718">
+ <textFieldCell key="dataCell" lineBreakMode="truncatingTail" title="Text Cell" id="4718">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
More information about the vlc-commits
mailing list