mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Settings: re-organization
This commit is contained in:
@@ -8,8 +8,8 @@ import qs.Widgets
|
||||
RowLayout {
|
||||
id: root
|
||||
|
||||
property real minimumWidth: 280
|
||||
property real popupHeight: 180
|
||||
property real minimumWidth: 280 * Style.uiScaleRatio
|
||||
property real popupHeight: 180 * Style.uiScaleRatio
|
||||
|
||||
property string label: ""
|
||||
property string description: ""
|
||||
@@ -17,7 +17,7 @@ RowLayout {
|
||||
property string currentKey: ""
|
||||
property string placeholder: ""
|
||||
|
||||
readonly property real preferredHeight: Style.baseWidgetSize * 1.1
|
||||
readonly property real preferredHeight: Style.baseWidgetSize * 1.1 * Style.uiScaleRatio
|
||||
|
||||
signal selected(string key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user