fixing a lot of small ui pieces with gridUnits and colors
May need to change TextBackground to just ControlBackground, and use it in more than just text controls
This commit is contained in:
parent
6beb39bea8
commit
da361a55a7
5 changed files with 59 additions and 48 deletions
|
@ -142,7 +142,7 @@ FocusScope {
|
|||
implicitHeight: Kirigami.Units.gridUnit * 10
|
||||
anchors.left: previewSlide.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: "white"
|
||||
color: Kirigami.Theme.textColor
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onPressed: nextSlideAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue