mirror of https://gitlab.com/basile.b/dexed.git
more for tweak for #338
This commit is contained in:
parent
5e06eb899e
commit
6da39d518d
|
@ -111,7 +111,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
Width = 527
|
Width = 527
|
||||||
OnResize = toolbarResize
|
OnResize = toolbarResize
|
||||||
object btnEdit: TCEToolButton[0]
|
object btnEdit: TCEToolButton[0]
|
||||||
Left = 153
|
Left = 156
|
||||||
Hint = 'open the selected file in an editor or as a new project'
|
Hint = 'open the selected file in an editor or as a new project'
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
@ -121,7 +121,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnShellOpen: TCEToolButton[1]
|
object btnShellOpen: TCEToolButton[1]
|
||||||
Left = 125
|
Left = 128
|
||||||
Hint = 'open the selected folder or the selected file using the shell'
|
Hint = 'open the selected folder or the selected file using the shell'
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
@ -131,7 +131,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnRemFav: TCEToolButton[2]
|
object btnRemFav: TCEToolButton[2]
|
||||||
Left = 97
|
Left = 100
|
||||||
Hint = 'remove selected favorite folder'
|
Hint = 'remove selected favorite folder'
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
@ -141,7 +141,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnAddFav: TCEToolButton[3]
|
object btnAddFav: TCEToolButton[3]
|
||||||
Left = 69
|
Left = 72
|
||||||
Hint = 'add selected folder to the favorites'
|
Hint = 'add selected folder to the favorites'
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
@ -163,7 +163,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object btnParentFolder: TCEToolButton[5]
|
object btnParentFolder: TCEToolButton[5]
|
||||||
Left = 41
|
Left = 44
|
||||||
Hint = 'select parent folder'
|
Hint = 'select parent folder'
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
@ -173,10 +173,10 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object lstFilter: TListViewFilterEdit[6]
|
object lstFilter: TListViewFilterEdit[6]
|
||||||
Left = 183
|
Left = 191
|
||||||
Height = 24
|
Height = 26
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 337
|
Width = 329
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Flat = True
|
Flat = True
|
||||||
|
|
Loading…
Reference in New Issue