diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/vncviewer/OptionsDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/vncviewer/OptionsDialog.h b/unix/vncviewer/OptionsDialog.h index b7603f37..a3303fe9 100644 --- a/unix/vncviewer/OptionsDialog.h +++ b/unix/vncviewer/OptionsDialog.h @@ -198,6 +198,8 @@ public: y += secVnc.height(); secPlain.move(xPad, y); y += secPlain.height(); + + xPad -= SECOND_COL_XPAD; #endif /* Render "OK" and "Cancel" buttons */ |