diff options
author | Damiano Galassi <[email protected]> | 2015-10-03 11:33:20 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-03 11:33:20 +0200 |
commit | 012ee4716df95a49ae511160a289b0ac57597a6d (patch) | |
tree | e6c9ae436d4ae7dd003bfd39df568c34abc7e173 /macosx/English.lproj/MainWindow.xib | |
parent | 875aec0db2138f374dbd6987b02f000595caddf7 (diff) |
MacGui: change the picture tab label color to gray when no source is loaded
Diffstat (limited to 'macosx/English.lproj/MainWindow.xib')
-rw-r--r-- | macosx/English.lproj/MainWindow.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/English.lproj/MainWindow.xib b/macosx/English.lproj/MainWindow.xib index 32833d645..1fa04b155 100644 --- a/macosx/English.lproj/MainWindow.xib +++ b/macosx/English.lproj/MainWindow.xib @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9052" systemVersion="15B17c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9052" systemVersion="15B22c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> @@ -186,7 +186,7 @@ </connections> </textField> <textField verticalHuggingPriority="750" id="1553"> - <rect key="frame" x="784" y="511" width="65" height="14"/> + <rect key="frame" x="780" y="511" width="65" height="14"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <animations/> <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Duration:" id="4914"> @@ -203,10 +203,10 @@ </connections> </textField> <textField verticalHuggingPriority="750" id="1554"> - <rect key="frame" x="849" y="511" width="53" height="14"/> + <rect key="frame" x="842" y="511" width="60" height="14"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <animations/> - <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="00:00:00" id="4915"> + <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="right" title="00:00:00" id="4915"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" red="0.76630436999999996" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/> |