mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
Merge pull request #67 from mentalfl0w/dev
Add addButtonVisibility into FluTabView.
This commit is contained in:
commit
1a9cca4300
@ -35,6 +35,7 @@ Item {
|
||||
property int tabWidthBehavior : FluTabView.Equal
|
||||
property int closeButtonVisibility : FluTabView.Always
|
||||
property int itemWidth: 146
|
||||
property bool addButtonVisibility: true
|
||||
signal newPressed
|
||||
|
||||
QtObject {
|
||||
@ -51,6 +52,7 @@ Item {
|
||||
|
||||
FluIconButton{
|
||||
id:btn_new
|
||||
visible: addButtonVisibility
|
||||
width: 34
|
||||
height: 34
|
||||
x:Math.min(tab_nav.contentWidth,tab_nav.width)
|
||||
|
Loading…
Reference in New Issue
Block a user