Skip to content

Commit

Permalink
Medical GUI - Fix Medical Menu triage button position (acemod#9515)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
LinkIsGrim authored Oct 18, 2023
1 parent b974804 commit 97b68fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/medical_gui/gui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class GVAR(BodyImage): RscControlsGroupNoScrollbars {
class GVAR(TriageToggle): RscButton {
idc = -1;
onButtonClick = QUOTE([ctrlParent (_this select 0)] call FUNC(toggleTriageSelect));
x = QUOTE(POS_X(13.33));
x = QUOTE(POS_X(13.83));
y = QUOTE(POS_Y(15.5));
w = QUOTE(POS_W(12.33));
h = QUOTE(POS_H(1.1));
Expand All @@ -125,7 +125,7 @@ class GVAR(TriageToggle): RscButton {

class GVAR(TriageSelect): RscControlsGroupNoScrollbars {
idc = IDC_TRIAGE_SELECT;
x = QUOTE(POS_X(13.33));
x = QUOTE(POS_X(13.83));
y = QUOTE(POS_Y(16.6));
w = QUOTE(POS_W(12.33));
h = QUOTE(POS_H(5.5));
Expand Down

0 comments on commit 97b68fc

Please sign in to comment.