summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vncviewer_unix/OptionsDialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vncviewer_unix/OptionsDialog.h b/vncviewer_unix/OptionsDialog.h
index 8c9adb6d..88f1c8b1 100644
--- a/vncviewer_unix/OptionsDialog.h
+++ b/vncviewer_unix/OptionsDialog.h
@@ -75,19 +75,19 @@ public:
y += formatAndEnc.height();
autoSelect.move(xPad, y);
int x2 = xPad + autoSelect.width() + xPad*5;
- fullColour.move(x2, y);
y += autoSelect.height();
tight.move(xPad, y);
- mediumColour.move(x2, y);
+ fullColour.move(x2, y);
y += tight.height();
zrle.move(xPad, y);
- lowColour.move(x2, y);
+ mediumColour.move(x2, y);
y += zrle.height();
hextile.move(xPad, y);
- veryLowColour.move(x2, y);
+ lowColour.move(x2, y);
y += hextile.height();
raw.move(xPad, y);
- y += raw.height() + yPad;
+ veryLowColour.move(x2, y);
+ y += raw.height() + yPad*2;
customCompressLevel.move(xPad, y);
y += customCompressLevel.height();