diff options
author | Damiano Galassi <[email protected]> | 2015-10-19 17:57:49 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-19 17:57:49 +0200 |
commit | 333a81d49982c504bbc3ba7bcb88787442a3a8c4 (patch) | |
tree | 2136c41bfb66fd26578b5305f39ec9a6637e9282 /macosx/English.lproj | |
parent | e5b59be057da16e782d970e41299d78beef9e878 (diff) |
MacGui: improved queue with undo/redo support for adding/removing jobs, and added a icon for failed encode.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/Queue.xib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/English.lproj/Queue.xib b/macosx/English.lproj/Queue.xib index f33d67013..9220cc0cb 100644 --- a/macosx/English.lproj/Queue.xib +++ b/macosx/English.lproj/Queue.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8164.2" systemVersion="15A225f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9058" systemVersion="15B38b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8164.2"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9058"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBQueueController"> @@ -34,7 +34,7 @@ <rect key="frame" x="1" y="1" width="532" height="336"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="2624" id="2597" customClass="HBQueueOutlineView"> + <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" indentationPerLevel="16" outlineTableColumn="2624" id="2597" customClass="HBQueueOutlineView"> <rect key="frame" x="0.0" y="0.0" width="532" height="336"/> <autoresizingMask key="autoresizingMask"/> <animations/> @@ -87,12 +87,12 @@ <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </clipView> <animations/> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="2644"> + <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="2644"> <rect key="frame" x="-100" y="-100" width="282" height="15"/> <autoresizingMask key="autoresizingMask"/> <animations/> </scroller> - <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="2643"> + <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="2643"> <rect key="frame" x="517" y="1" width="16" height="336"/> <autoresizingMask key="autoresizingMask"/> <animations/> |