diff options
author | rodri <rgl@antares-labs.eu> | 2024-11-16 14:02:27 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-11-16 14:02:27 +0000 |
commit | 8f1306dfeadd090819c1257d2d4c244e52f98614 (patch) | |
tree | 15c3d60b3a4fa0ea41ae52bffe4812577ae4861a /dat.h | |
parent | ccd149a329f9a33195c2c6216158e283f8993076 (diff) | |
download | battleship-8f1306dfeadd090819c1257d2d4c244e52f98614.tar.gz battleship-8f1306dfeadd090819c1257d2d4c244e52f98614.tar.bz2 battleship-8f1306dfeadd090819c1257d2d4c244e52f98614.zip |
add a stats command. change the main buttons appearance.
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ enum { BHover, Boardmargin = 50, - Btnborder = 4, + Btnborder = 2, Btnpadding = 2, TW = 16, TH = TW, |