summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-07-30 10:27:43 +0200
committerDamiano Galassi <[email protected]>2019-07-30 10:27:43 +0200
commit4e2d5908db8f7103d0010e7e086e1ca07142efa1 (patch)
treeb3b23dc5be152c4c9f4eb55149b6664060e20293 /macosx
parent7da18f58c009aa2e74b26f3249d4976a6b1107a6 (diff)
MacGui: add a nicer icon to the details toolbar button.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Assets.xcassets/details.imageset/Contents.json25
-rw-r--r--macosx/Assets.xcassets/details.imageset/details.pngbin0 -> 1777 bytes
-rw-r--r--macosx/Assets.xcassets/details.imageset/[email protected]bin0 -> 1818 bytes
-rw-r--r--macosx/Base.lproj/Queue.xib8
4 files changed, 29 insertions, 4 deletions
diff --git a/macosx/Assets.xcassets/details.imageset/Contents.json b/macosx/Assets.xcassets/details.imageset/Contents.json
new file mode 100644
index 000000000..859185a1c
--- /dev/null
+++ b/macosx/Assets.xcassets/details.imageset/Contents.json
@@ -0,0 +1,25 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "details.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "[email protected]",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ },
+ "properties" : {
+ "template-rendering-intent" : "template"
+ }
+} \ No newline at end of file
diff --git a/macosx/Assets.xcassets/details.imageset/details.png b/macosx/Assets.xcassets/details.imageset/details.png
new file mode 100644
index 000000000..984608513
--- /dev/null
+++ b/macosx/Assets.xcassets/details.imageset/details.png
Binary files differ
diff --git a/macosx/Assets.xcassets/details.imageset/[email protected] b/macosx/Assets.xcassets/details.imageset/[email protected]
new file mode 100644
index 000000000..af974fac0
--- /dev/null
+++ b/macosx/Assets.xcassets/details.imageset/[email protected]
Binary files differ
diff --git a/macosx/Base.lproj/Queue.xib b/macosx/Base.lproj/Queue.xib
index 6c912fd7b..2e53c9bf3 100644
--- a/macosx/Base.lproj/Queue.xib
+++ b/macosx/Base.lproj/Queue.xib
@@ -20,7 +20,7 @@
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="157" y="863" width="584" height="424"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
<value key="minSize" type="size" width="320" height="240"/>
<view key="contentView" id="2577">
<rect key="frame" x="0.0" y="0.0" width="584" height="424"/>
@@ -106,12 +106,12 @@
</connections>
</popUpButton>
</toolbarItem>
- <toolbarItem implicitItemIdentifier="963C2AD9-6708-4781-9411-3111E9713E3B" label="Details" paletteLabel="Details" image="NSGoLeftTemplate" sizingBehavior="auto" id="DfN-Iw-bzy">
+ <toolbarItem implicitItemIdentifier="963C2AD9-6708-4781-9411-3111E9713E3B" label="Details" paletteLabel="Details" image="details" sizingBehavior="auto" id="DfN-Iw-bzy">
<nil key="toolTip"/>
<button key="view" verticalHuggingPriority="750" id="KyK-r0-0eJ">
<rect key="frame" x="6" y="14" width="32" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="NSGoLeftTemplate" imagePosition="only" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="BjZ-aR-Hpe">
+ <buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="details" imagePosition="only" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="BjZ-aR-Hpe">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@@ -140,7 +140,7 @@
</objects>
<resources>
<image name="NSActionTemplate" width="14" height="14"/>
- <image name="NSGoLeftTemplate" width="9" height="12"/>
+ <image name="details" width="15" height="12"/>
<image name="encode" width="32" height="32"/>
<image name="pauseencode" width="32" height="32"/>
</resources>