Medical GUI - Fix action button width (#9497)

Fix action button width
This commit is contained in:
amsteadrayle 2023-10-15 18:58:48 -04:00 committed by GitHub
parent 9ecb35250d
commit f2ae068e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ class ACE_Medical_Menu_ActionButton: RscButtonMenu {
style = ST_LEFT;
x = 0;
y = 0;
w = QUOTE(POS_W(11.833));
w = QUOTE(POS_W(12.33));
h = QUOTE(POS_H(1));
size = QUOTE(POS_H(0.9));
class Attributes {