mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
Qt-Scaling: first cleanup pass
This commit is contained in:
@@ -21,7 +21,7 @@ ColumnLayout {
|
||||
signal inputTextChanged(string text)
|
||||
signal inputEditingFinished
|
||||
|
||||
spacing: Style.marginS * scaling
|
||||
spacing: Style.marginS
|
||||
|
||||
// Label and description
|
||||
NLabel {
|
||||
@@ -34,7 +34,7 @@ ColumnLayout {
|
||||
// Input field with button
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: Style.marginM * scaling
|
||||
spacing: Style.marginM
|
||||
|
||||
NTextInput {
|
||||
id: input
|
||||
|
||||
Reference in New Issue
Block a user