Implement smooth source select with Loaders, implement vertical tabbar for settings, add header
This commit is contained in:
@@ -10,7 +10,7 @@ TabButton {
|
||||
contentItem: Text {
|
||||
text: parent.text
|
||||
font.family: Colors.fontFamily
|
||||
font.pointSize: Colors.fontSize.base
|
||||
font.pointSize: Colors.fontSize.button
|
||||
opacity: enabled ? 1.0 : 0.3
|
||||
color: Colors.text;
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
||||
Reference in New Issue
Block a user