Issue #513: remove minimize and maximize buttons from theme preview dialog

This commit is contained in:
Ansgar Becker
2019-08-13 09:30:30 +02:00
parent f4d2488998
commit a513e77553

View File

@ -1,9 +1,10 @@
object frmThemePreview: TfrmThemePreview
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'Theme preview'
ClientHeight = 157
ClientWidth = 245
ClientHeight = 118
ClientWidth = 229
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -18,8 +19,8 @@ object frmThemePreview: TfrmThemePreview
TextHeight = 13
object StatusBarMain: TStatusBar
Left = 0
Top = 138
Width = 245
Top = 99
Width = 229
Height = 19
Panels = <>
SimplePanel = True
@ -27,8 +28,8 @@ object frmThemePreview: TfrmThemePreview
object ScrollBoxImage: TScrollBox
Left = 0
Top = 0
Width = 245
Height = 138
Width = 229
Height = 99
HorzScrollBar.Tracking = True
VertScrollBar.Tracking = True
Align = alClient