Skip to content

Commit

Permalink
Increase width of shortcut tree, so new translations have enough room…
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed Dec 2, 2015
1 parent f0be963 commit d192d26
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions source/options.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -997,26 +997,26 @@ object optionsform: Toptionsform
594
353)
object lblShortcut1: TLabel
Left = 199
Top = 69
Left = 306
Top = 64
Width = 45
Height = 13
Anchors = [akLeft, akTop, akBottom]
Caption = 'Shortcut:'
end
object lblShortcutHint: TLabel
Left = 199
Top = 8
Width = 211
Left = 306
Top = 3
Width = 279
Height = 55
Anchors = [akLeft, akTop, akBottom]
AutoSize = False
Caption = 'Please select a shortcut item in the tree.'
WordWrap = True
end
object lblShortcut2: TLabel
Left = 199
Top = 112
Left = 306
Top = 107
Width = 98
Height = 13
Anchors = [akLeft, akTop, akBottom]
Expand All @@ -1025,7 +1025,7 @@ object optionsform: Toptionsform
object TreeShortcutItems: TVirtualStringTree
Left = 0
Top = 0
Width = 190
Width = 300
Height = 353
Align = alLeft
Header.AutoSizeIndex = 0
Expand All @@ -1046,9 +1046,9 @@ object optionsform: Toptionsform
Columns = <>
end
object Shortcut1: TSynHotKey
Left = 199
Top = 86
Width = 207
Left = 306
Top = 81
Width = 279
Height = 19
HotKey = 32768
Modifiers = []
Expand All @@ -1057,9 +1057,9 @@ object optionsform: Toptionsform
OnExit = ShortcutExit
end
object Shortcut2: TSynHotKey
Left = 199
Top = 130
Width = 207
Left = 306
Top = 125
Width = 279
Height = 19
HotKey = 32768
Modifiers = []
Expand Down

0 comments on commit d192d26

Please sign in to comment.