mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #513: remove minimize and maximize buttons from theme preview dialog
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user