SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit db5fa8df4c48b71db1ad8ca466eb27cec7522184 parent 177859bec68ea3c069e2763c223902ad4fb46c87 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 22 Sep 2024 12:25:25 +0300 Change the button style in the palette editor Diffstat:
| M | Cocoa/Preferences.xib | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cocoa/Preferences.xib b/Cocoa/Preferences.xib @@ -1324,9 +1324,9 @@ </textFieldCell> </textField> <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tyc-KF-YTY"> - <rect key="frame" x="373" y="19" width="75" height="23"/> + <rect key="frame" x="368" y="13" width="86" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="roundTextured" title="Close" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Vhg-3I-evG"> + <buttonCell key="cell" type="push" title="Close" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Vhg-3I-evG"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> </buttonCell>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.