ide/Global Settings: More room for color scheme drop box
authorJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 13:56:43 +0000 (09:56 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 13:56:43 +0000 (09:56 -0400)
ide/src/dialogs/GlobalSettingsDialog.ec

index 9302ad9..370a770 100644 (file)
@@ -266,10 +266,10 @@ class EditorTab : GlobalSettingsSubTab
       return true;
    }
 
-   Label lblColorSchemes { this, anchor = { top = 92, right = 126 }, labeledWindow = dbColorSchemes };
+   Label lblColorSchemes { this, anchor = { top = 70, right = 16 }, labeledWindow = dbColorSchemes };
    DropBox dbColorSchemes
    {
-      this, text = $"Color Scheme: ", anchor = { top = 92, right = 16 }, size = { 100, 22 };
+      this, text = $"Color Scheme: ", anchor = { top = 92, right = 16 }, size = { 200, 22 };
 
       bool NotifySelect(DropBox dropBox, DataRow row, Modifiers mods)
       {