From 38adb8abf8eb94d8418ee1977895f7121b874081 Mon Sep 17 00:00:00 2001 From: Jonathan Martens Date: Mon, 1 Nov 2021 16:18:23 +0100 Subject: [PATCH] Fix wxALIGN_LEFT/wxALIGN_RIGHT has no effect in horizontal box sizer error --- dicompyler/baseplugins/dvh.xrc | 8 ++++---- dicompyler/resources/dicomgui.xrc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dicompyler/baseplugins/dvh.xrc b/dicompyler/baseplugins/dvh.xrc index 2d2ec2d..1c0be9b 100644 --- a/dicompyler/baseplugins/dvh.xrc +++ b/dicompyler/baseplugins/dvh.xrc @@ -27,7 +27,7 @@ - wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL + wxALIGN_CENTRE_VERTICAL 3,0 @@ -42,7 +42,7 @@ 0 - wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL + wxALIGN_CENTRE_VERTICAL 5,0 @@ -52,7 +52,7 @@ - wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL + wxALIGN_CENTRE_VERTICAL 3,0 @@ -83,7 +83,7 @@ - wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL + wxALIGN_CENTRE_VERTICAL 5,0 diff --git a/dicompyler/resources/dicomgui.xrc b/dicompyler/resources/dicomgui.xrc index b2e3e8c..9020e1f 100644 --- a/dicompyler/resources/dicomgui.xrc +++ b/dicompyler/resources/dicomgui.xrc @@ -12,7 +12,7 @@ - wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL + wxALIGN_CENTRE_VERTICAL 5,0