diff options
author | Damiano Galassi <[email protected]> | 2016-12-24 10:12:40 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-24 10:12:40 +0100 |
commit | cc28de1b10b1ebe0b1f9724500d2c9bd6a6cb0e7 (patch) | |
tree | 9a9801df887de2036fd72e37940076dc11fe2785 /macosx | |
parent | c275081bbc53fa40d6a2339dba70f2fc2d1096f3 (diff) |
MacGui: change the initial queue window position to be near top-left screen corner.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Queue.xib | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/English.lproj/Queue.xib b/macosx/English.lproj/Queue.xib index 5f2d3c40b..68f7075d0 100644 --- a/macosx/English.lproj/Queue.xib +++ b/macosx/English.lproj/Queue.xib @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D17a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="7000" identifier="xcode"/> @@ -20,7 +20,7 @@ <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/> <windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="893" y="128" width="574" height="423"/> + <rect key="contentRect" x="157" y="863" width="574" height="423"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/> <value key="minSize" type="size" width="525" height="340"/> <view key="contentView" id="2577"> @@ -31,11 +31,11 @@ <rect key="frame" x="20" y="20" width="534" height="338"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" id="B5m-TR-ErO"> - <rect key="frame" x="1" y="1" width="517" height="336"/> + <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" outlineTableColumn="2624" id="2597" customClass="HBQueueOutlineView"> - <rect key="frame" x="0.0" y="0.0" width="517" height="336"/> + <rect key="frame" x="0.0" y="0.0" width="532" height="336"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> @@ -50,7 +50,7 @@ <imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageAlignment="topRight" imageScaling="proportionallyDown" id="2625"/> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> - <tableColumn identifier="desc" editable="NO" width="450" minWidth="40" maxWidth="5000" id="2599"> + <tableColumn identifier="desc" editable="NO" width="465" minWidth="40" maxWidth="5000" id="2599"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> @@ -88,7 +88,7 @@ <autoresizingMask key="autoresizingMask"/> </scroller> <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="2643"> - <rect key="frame" x="518" y="1" width="15" height="336"/> + <rect key="frame" x="517" y="1" width="16" height="336"/> <autoresizingMask key="autoresizingMask"/> </scroller> </scrollView> |