ide/licensing; documentor/SettingsDialog: clientSize fixes
[sdk] / documentor / src / SettingsDialog.ec
index 5fe1709..336d7b8 100644 (file)
@@ -10,7 +10,7 @@ class SettingsDialog : Window
    hasMinimize = true;
    hasClose = true;
    tabCycle = true;
-   size = { 436, 120 };
+   clientSize = { 436, 92 };
    anchor = { horz = -83, vert = -104 };
 
    Label docLabel { this, text = $"Documentation Path:", anchor = { left = 16, top = 16 }, labeledWindow = pathEditBox };