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