git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 1050a7a533df63c1f118417b2bad455610cf3b0e
parent 6e2abe23ef23fad55aa7f4cac13a02ef38a6ce6b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 26 Sep 2021 00:10:19 +0300

More size changes for Big Bloat

Diffstat:
MCocoa/Document.m2+-
MCocoa/Document.xib4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -1754,7 +1754,7 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency) window_rect.size.height = 512 + height_diff + 48; break; case 3: - window_rect.size.height = 20 * 16 + height_diff + 24; + window_rect.size.height = 20 * 16 + height_diff + 34; break; default: diff --git a/Cocoa/Document.xib b/Cocoa/Document.xib @@ -1004,7 +1004,7 @@ </buttonCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> - <tableColumn width="50" minWidth="40" maxWidth="1000" id="9DZ-oW-Scx"> + <tableColumn width="60" minWidth="40" maxWidth="1000" id="9DZ-oW-Scx"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Enabled"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> @@ -1029,7 +1029,7 @@ </textFieldCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> - <tableColumn editable="NO" width="144" minWidth="40" maxWidth="1000" id="ACq-gU-K36"> + <tableColumn editable="NO" width="134" minWidth="40" maxWidth="1000" id="ACq-gU-K36"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Action"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.