Skip to content

Commit ae3d8bb

Browse files
committed
Small fixes for our Savegame (Newfile_)gump.
the lower scroll buttons needed to be placed a tiny bit higher and all the scroll buttons needed a darker side shadow when pressed to look the same as our other buttons.
1 parent 1ef3f0c commit ae3d8bb

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

data/sav_down.shp

0 Bytes
Binary file not shown.

data/sav_downdown.shp

0 Bytes
Binary file not shown.

data/sav_up.shp

0 Bytes
Binary file not shown.

data/sav_upup.shp

0 Bytes
Binary file not shown.

gumps/Newfile_gump.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ using std::tm;
6464
* Statics:
6565
*/
6666
// Button Coords
67-
const short Newfile_gump::btn_rows[5] = {186, 2, 15, 158, 171};
67+
const short Newfile_gump::btn_rows[5] = {186, 2, 15, 156, 169};
6868
const short Newfile_gump::btn_cols[5] = {2, 46, 88, 150, 209};
6969

7070
// Text field info

0 commit comments

Comments
 (0)