dcontent: style tweaks
Shrink bt adapter selector button height slightly
This commit is contained in:
parent
af53c7b203
commit
a23bb48c24
1 changed files with 3 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ ColumnLayout {
|
||||||
property bool expanded
|
property bool expanded
|
||||||
|
|
||||||
implicitWidth: adapterPicker.implicitWidth + Appearance.padding.normal * 2
|
implicitWidth: adapterPicker.implicitWidth + Appearance.padding.normal * 2
|
||||||
implicitHeight: adapterPicker.implicitHeight + Appearance.padding.normal * 2
|
implicitHeight: adapterPicker.implicitHeight + Appearance.padding.smaller * 2
|
||||||
|
|
||||||
StateLayer {
|
StateLayer {
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
|
@ -140,6 +140,8 @@ ColumnLayout {
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Appearance.padding.normal
|
anchors.margins: Appearance.padding.normal
|
||||||
|
anchors.topMargin: Appearance.padding.smaller
|
||||||
|
anchors.bottomMargin: Appearance.padding.smaller
|
||||||
spacing: Appearance.spacing.normal
|
spacing: Appearance.spacing.normal
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue