Skip to content

Commit fd1bf86

Browse files
committed
Minor UI adjustment
1 parent 99c5cfc commit fd1bf86

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Window_Main.xojo_window

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,15 @@ Begin DesktopWindow Window_Main
241241
Width = 72
242242
End
243243
Begin Thread Thread_RefreshPreview
244+
DebugIdentifier = ""
244245
Index = -2147483648
245246
LockedInPosition= False
246247
Priority = 2
247248
Scope = 2
248249
StackSize = 0
249250
TabPanelIndex = 0
251+
ThreadID = 0
252+
ThreadState = 0
250253
End
251254
Begin DesktopLabel Label_GrayscaleType
252255
AllowAutoDeactivate= True
@@ -320,7 +323,7 @@ Begin DesktopWindow Window_Main
320323
Height = 20
321324
Index = -2147483648
322325
Italic = False
323-
Left = 398
326+
Left = 420
324327
LockBottom = True
325328
LockedInPosition= False
326329
LockLeft = False
@@ -334,9 +337,10 @@ Begin DesktopWindow Window_Main
334337
Top = 217
335338
Transparent = False
336339
Underline = False
340+
Value = False
337341
Visible = True
338342
VisualState = 0
339-
Width = 102
343+
Width = 80
340344
End
341345
Begin DesktopCheckBox CheckBox_ContrastStretch
342346
AllowAutoDeactivate= True
@@ -363,9 +367,10 @@ Begin DesktopWindow Window_Main
363367
Top = 217
364368
Transparent = False
365369
Underline = False
370+
Value = False
366371
Visible = True
367372
VisualState = 0
368-
Width = 120
373+
Width = 142
369374
End
370375
End
371376
#tag EndDesktopWindow

0 commit comments

Comments
 (0)