FileChooser: Add a separator above the bottom filters when Border property is unset.
[GB.FORM] * NEW: FileChooser: Add a separator above the bottom filters when Border property is unset.
This commit is contained in:
parent
24f131c35d
commit
1ba3d0cb5a
4 changed files with 8 additions and 3 deletions
|
@ -9,7 +9,7 @@ Component=gb.form
|
|||
Component=gb.settings
|
||||
Component=gb.form.stock
|
||||
Authors="Benoît Minisini"
|
||||
Environment="GB_GUI=gb.qt5"
|
||||
Environment="GB_GUI=gb.qt5\nGB_STOCK_DEBUG=1"
|
||||
TabSize=2
|
||||
Translate=1
|
||||
Language=en
|
||||
|
|
|
@ -1502,6 +1502,7 @@ End
|
|||
Public Sub SetBorder(bBorder As Boolean)
|
||||
|
||||
panBorder.Border = If(bBorder, Border.Plain, Border.None)
|
||||
sepNoBorder.Visible = Not bBorder
|
||||
|
||||
End
|
||||
|
||||
|
|
|
@ -139,8 +139,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
{ sepNoBorder Separator
|
||||
MoveScaled(39,60,26,0)
|
||||
}
|
||||
{ panFilter HBox
|
||||
MoveScaled(3,60,84,11)
|
||||
MoveScaled(2,63,84,11)
|
||||
Spacing = True
|
||||
{ panExtension VBox
|
||||
MoveScaled(1,1,62,9)
|
||||
|
|
|
@ -36,7 +36,8 @@ End
|
|||
|
||||
Static Public Sub _init()
|
||||
|
||||
Application.Theme = "gambas"
|
||||
'Application.Theme = "gambas"
|
||||
Print Application.Theme
|
||||
Component.Load("gb.inotify")
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue