SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4f42f4f718ec17c38c729b1fa9d9906effa88e36 parent 7eb4a92d2abefc17b38b80e56a8132e0adcb803c Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 11 Jun 2020 00:38:53 +0300 Minor layout fixes Diffstat:
| M | Cocoa/Document.xib | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cocoa/Document.xib b/Cocoa/Document.xib @@ -243,9 +243,9 @@ <toolbarItem implicitItemIdentifier="4F6AAE25-1E9D-4111-9E5B-91F0792E56CD" label="Address Space" paletteLabel="Address Space" id="VTy-lj-K0H"> <nil key="toolTip"/> <size key="minSize" width="100" height="25"/> - <size key="maxSize" width="100" height="25"/> + <size key="maxSize" width="130" height="25"/> <popUpButton key="view" verticalHuggingPriority="750" id="vfJ-vu-gqJ"> - <rect key="frame" x="0.0" y="14" width="100" height="25"/> + <rect key="frame" x="0.0" y="14" width="128" height="25"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <popUpButtonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bpD-j9-omo"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -903,7 +903,7 @@ </connections> </textField> <button verticalHuggingPriority="750" id="C3V-Ep-bMj"> - <rect key="frame" x="203" y="12" width="82" height="23"/> + <rect key="frame" x="202.5" y="12" width="83" height="23"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="roundTextured" title="Import" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="mMP-KW-YNy"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> @@ -977,7 +977,7 @@ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/> <clipView key="contentView" id="mzf-yu-RID"> <rect key="frame" x="1" y="0.0" width="398" height="274"/> - <autoresizingMask key="autoresizingMask"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" headerView="pvX-uJ-qK5" id="tA3-8T-bxb"> <rect key="frame" x="0.0" y="0.0" width="398" height="249"/>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.