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
|
||||
OnResize = toolbarResize
|
||||
object btnEdit: TCEToolButton[0]
|
||||
Left = 153
|
||||
Left = 156
|
||||
Hint = 'open the selected file in an editor or as a new project'
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
|
@ -121,7 +121,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
scaledSeparator = False
|
||||
end
|
||||
object btnShellOpen: TCEToolButton[1]
|
||||
Left = 125
|
||||
Left = 128
|
||||
Hint = 'open the selected folder or the selected file using the shell'
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
|
@ -131,7 +131,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
scaledSeparator = False
|
||||
end
|
||||
object btnRemFav: TCEToolButton[2]
|
||||
Left = 97
|
||||
Left = 100
|
||||
Hint = 'remove selected favorite folder'
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
|
@ -141,7 +141,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
scaledSeparator = False
|
||||
end
|
||||
object btnAddFav: TCEToolButton[3]
|
||||
Left = 69
|
||||
Left = 72
|
||||
Hint = 'add selected folder to the favorites'
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
|
@ -163,7 +163,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
scaledSeparator = False
|
||||
end
|
||||
object btnParentFolder: TCEToolButton[5]
|
||||
Left = 41
|
||||
Left = 44
|
||||
Hint = 'select parent folder'
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
|
@ -173,10 +173,10 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
scaledSeparator = False
|
||||
end
|
||||
object lstFilter: TListViewFilterEdit[6]
|
||||
Left = 183
|
||||
Height = 24
|
||||
Left = 191
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 337
|
||||
Width = 329
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 1
|
||||
Flat = True
|
||||
|
|
Loading…
Reference in New Issue