blob: 46827444e07205165f756856e43cf9881a6881da [file] [log] [blame]
kkostiuk957020c2021-05-20 20:26:23 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
5 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="ChangeAudioVolumeVC">
9 <connections>
10 <outlet property="muteButton" destination="p0H-hp-24m" id="f0Z-FH-2VX"/>
11 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
12 </connections>
13 </customObject>
14 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
15 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
16 <customView id="Hz6-mo-xeY">
17 <rect key="frame" x="0.0" y="0.0" width="30" height="114"/>
18 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19 <subviews>
20 <stackView distribution="equalSpacing" orientation="vertical" alignment="centerX" spacing="2" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="F4N-Bd-KEg">
21 <rect key="frame" x="0.0" y="5" width="30" height="104"/>
22 <subviews>
23 <slider horizontalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QjF-4g-sbB">
24 <rect key="frame" x="6" y="36" width="19" height="70"/>
25 <constraints>
26 <constraint firstAttribute="height" constant="65" id="0Cc-46-IMi"/>
27 </constraints>
28 <sliderCell key="cell" alignment="left" minValue="-1" maxValue="1" tickMarkPosition="right" sliderType="linear" id="Hpw-Pa-agz"/>
29 <connections>
30 <action selector="setDeviceVolume:" target="-2" id="C3U-dF-5H5"/>
31 </connections>
32 </slider>
33 <box verticalHuggingPriority="751" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ZER-VK-bb8">
34 <rect key="frame" x="0.0" y="27" width="30" height="5"/>
35 </box>
36 <button translatesAutoresizingMaskIntoConstraints="NO" id="p0H-hp-24m">
37 <rect key="frame" x="5" y="0.0" width="20" height="20"/>
38 <constraints>
39 <constraint firstAttribute="height" constant="20" id="jOh-PZ-X2R"/>
40 <constraint firstAttribute="width" constant="20" id="nc1-ZP-uOt"/>
41 </constraints>
42 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="sound_off" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="hY0-ei-SL4">
43 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
44 <font key="font" metaFont="system"/>
45 </buttonCell>
46 <color key="contentTintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
47 </button>
48 </subviews>
49 <constraints>
50 <constraint firstAttribute="height" constant="104" id="rlc-dU-Meh"/>
51 <constraint firstAttribute="width" constant="30" id="uiO-J1-Ueh"/>
52 </constraints>
53 <visibilityPriorities>
54 <integer value="1000"/>
55 <integer value="1000"/>
56 <integer value="1000"/>
57 </visibilityPriorities>
58 <customSpacing>
59 <real value="3.4028234663852886e+38"/>
60 <real value="3.4028234663852886e+38"/>
61 <real value="3.4028234663852886e+38"/>
62 </customSpacing>
63 </stackView>
64 </subviews>
65 <constraints>
66 <constraint firstAttribute="bottom" secondItem="F4N-Bd-KEg" secondAttribute="bottom" constant="5" id="GRs-cT-ycq"/>
67 <constraint firstItem="F4N-Bd-KEg" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="glw-Jz-r9F"/>
68 <constraint firstAttribute="trailing" secondItem="F4N-Bd-KEg" secondAttribute="trailing" id="kYS-Ei-psh"/>
69 <constraint firstItem="F4N-Bd-KEg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="yUI-YF-ddg"/>
70 </constraints>
71 <point key="canvasLocation" x="-298" y="167"/>
72 </customView>
73 </objects>
74 <resources>
75 <image name="sound_off" width="70" height="70"/>
76 </resources>
77</document>