Skip to content

Commit 4d5625d

Browse files
committed
fixed some small bugs with ui
1 parent e1a20fe commit 4d5625d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Menu Bar Dock.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
CODE_SIGN_IDENTITY = "Mac Developer";
780780
CODE_SIGN_STYLE = Automatic;
781781
COMBINE_HIDPI_IMAGES = YES;
782-
CURRENT_PROJECT_VERSION = 21;
782+
CURRENT_PROJECT_VERSION = 22;
783783
DEVELOPMENT_ASSET_PATHS = "";
784784
DEVELOPMENT_TEAM = T34G959ZG8;
785785
ENABLE_HARDENED_RUNTIME = YES;
@@ -789,7 +789,7 @@
789789
"@executable_path/../Frameworks",
790790
);
791791
MACOSX_DEPLOYMENT_TARGET = 10.10;
792-
MARKETING_VERSION = 4.0.0;
792+
MARKETING_VERSION = 4.1;
793793
PRODUCT_BUNDLE_IDENTIFIER = com.ethansk.MenuBarDock;
794794
PRODUCT_NAME = "$(TARGET_NAME)";
795795
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -807,7 +807,7 @@
807807
CODE_SIGN_IDENTITY = "Mac Developer";
808808
CODE_SIGN_STYLE = Automatic;
809809
COMBINE_HIDPI_IMAGES = YES;
810-
CURRENT_PROJECT_VERSION = 21;
810+
CURRENT_PROJECT_VERSION = 22;
811811
DEVELOPMENT_ASSET_PATHS = "";
812812
DEVELOPMENT_TEAM = T34G959ZG8;
813813
ENABLE_HARDENED_RUNTIME = YES;
@@ -817,7 +817,7 @@
817817
"@executable_path/../Frameworks",
818818
);
819819
MACOSX_DEPLOYMENT_TARGET = 10.10;
820-
MARKETING_VERSION = 4.0.0;
820+
MARKETING_VERSION = 4.1;
821821
PRODUCT_BUNDLE_IDENTIFIER = com.ethansk.MenuBarDock;
822822
PRODUCT_NAME = "$(TARGET_NAME)";
823823
PROVISIONING_PROFILE_SPECIFIER = "";

MenuBarDock/Base.lproj/Main.storyboard

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,9 +1026,8 @@
10261026
<autoresizingMask key="autoresizingMask"/>
10271027
</scroller>
10281028
</scrollView>
1029-
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QcC-Z6-GIk" userLabel="RegularAppsHintLabel">
1030-
<rect key="frame" x="80" y="23" width="283" height="16"/>
1031-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
1029+
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QcC-Z6-GIk" userLabel="RegularAppsHintLabel">
1030+
<rect key="frame" x="80" y="22" width="37" height="16"/>
10321031
<textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="1jC-0v-NAA">
10331032
<font key="font" usesAppearanceFont="YES"/>
10341033
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -1042,7 +1041,9 @@
10421041
<constraint firstAttribute="bottom" secondItem="1uQ-SF-mEa" secondAttribute="bottom" constant="20" symbolic="YES" id="Ngt-84-0IO"/>
10431042
<constraint firstItem="B9h-9o-XeT" firstAttribute="centerX" secondItem="sTP-YU-EaH" secondAttribute="centerX" id="a1i-Zj-uXq"/>
10441043
<constraint firstItem="B9h-9o-XeT" firstAttribute="leading" secondItem="sTP-YU-EaH" secondAttribute="leading" constant="20" symbolic="YES" id="dkB-Zx-aHw"/>
1044+
<constraint firstItem="QcC-Z6-GIk" firstAttribute="leading" secondItem="1uQ-SF-mEa" secondAttribute="trailing" constant="11" id="fKL-GZ-cMS"/>
10451045
<constraint firstItem="1uQ-SF-mEa" firstAttribute="leading" secondItem="sTP-YU-EaH" secondAttribute="leading" constant="21" id="m9V-Lf-UAD"/>
1046+
<constraint firstItem="QcC-Z6-GIk" firstAttribute="centerY" secondItem="1uQ-SF-mEa" secondAttribute="centerY" id="pD2-zM-lDQ"/>
10461047
<constraint firstItem="B9h-9o-XeT" firstAttribute="centerY" secondItem="sTP-YU-EaH" secondAttribute="centerY" id="wSg-XX-FoD"/>
10471048
</constraints>
10481049
</customView>
@@ -1316,9 +1317,8 @@
13161317
</popUpButton>
13171318
</subviews>
13181319
</customView>
1319-
<button toolTip="View more information and tips on how to best use Menu Bar Dock." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gHM-s2-BR1">
1320+
<button toolTip="View more information and tips on how to best use Menu Bar Dock." misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gHM-s2-BR1">
13201321
<rect key="frame" x="650" y="252" width="28" height="28"/>
1321-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
13221322
<buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSInfo" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="e4b-VV-uaE">
13231323
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
13241324
<font key="font" metaFont="system"/>
@@ -1331,10 +1331,12 @@
13311331
<constraints>
13321332
<constraint firstAttribute="trailing" secondItem="c0Z-B8-2jI" secondAttribute="trailing" id="9wo-CJ-Jw9"/>
13331333
<constraint firstAttribute="bottom" secondItem="c0Z-B8-2jI" secondAttribute="bottom" constant="20" symbolic="YES" id="SI5-Bx-Wh6"/>
1334+
<constraint firstAttribute="trailing" secondItem="gHM-s2-BR1" secondAttribute="trailing" constant="20" symbolic="YES" id="UYG-Dm-sr6"/>
13341335
<constraint firstItem="c0Z-B8-2jI" firstAttribute="width" secondItem="xlE-X6-DKl" secondAttribute="width" id="Uem-CB-bx1"/>
13351336
<constraint firstItem="c0Z-B8-2jI" firstAttribute="width" secondItem="xlE-X6-DKl" secondAttribute="width" id="UsI-H2-T9m"/>
13361337
<constraint firstItem="c0Z-B8-2jI" firstAttribute="leading" secondItem="xlE-X6-DKl" secondAttribute="leading" id="XNX-90-qwi"/>
13371338
<constraint firstAttribute="height" constant="300" id="oUX-8Z-Vyn"/>
1339+
<constraint firstItem="gHM-s2-BR1" firstAttribute="top" secondItem="xlE-X6-DKl" secondAttribute="top" constant="20" symbolic="YES" id="zrm-jQ-I3k"/>
13381340
</constraints>
13391341
</customView>
13401342
</subviews>

0 commit comments

Comments
 (0)