mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +00:00
actiondrawer: Use proper units and adjust sizing
This commit is contained in:
parent
c3faca672d
commit
2801ad2d8e
2 changed files with 6 additions and 6 deletions
|
|
@ -40,9 +40,9 @@ Item {
|
|||
readonly property real rowHeight: columnWidth * 0.7
|
||||
readonly property real fullHeight: fullView.implicitHeight
|
||||
|
||||
readonly property real intendedColumnWidth: 120
|
||||
readonly property real intendedMinimizedColumnWidth: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit
|
||||
readonly property real minimizedRowHeight: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit
|
||||
readonly property real intendedColumnWidth: Kirigami.Units.gridUnit * 7
|
||||
readonly property real intendedMinimizedColumnWidth: Kirigami.Units.gridUnit * 4 + Kirigami.Units.smallSpacing
|
||||
readonly property real minimizedRowHeight: Kirigami.Units.gridUnit * 4 + Kirigami.Units.smallSpacing
|
||||
|
||||
property real minimizedViewProgress: 0
|
||||
property real fullViewProgress: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue