BarHeight: more rounding uniformization
This commit is contained in:
parent
fdf67ab512
commit
fcf627c30b
5 changed files with 6 additions and 6 deletions
|
|
@ -244,7 +244,7 @@ NPanel {
|
|||
// Search bar
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: Style.barHeight * scaling
|
||||
Layout.preferredHeight: Math.round(Style.barHeight * scaling)
|
||||
Layout.bottomMargin: Style.marginM * scaling
|
||||
radius: Style.radiusM * scaling
|
||||
color: Color.mSurface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue