mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 03:24:02 +02:00
add padding to sorting glyph
the file dialog sorting glyphs are clipping on the right margin for me, adding 10 extra pixels fixes it
This commit is contained in:
parent
faf18fcaa8
commit
e69fdba6ad
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ TableView {
|
|||
size: hifi.fontSizes.tableHeadingIcon
|
||||
anchors {
|
||||
left: titleText.right
|
||||
leftMargin: -hifi.fontSizes.tableHeadingIcon / 3 - (centerHeaderText ? 5 : 0)
|
||||
leftMargin: -hifi.fontSizes.tableHeadingIcon / 3 - (centerHeaderText ? 15 : 10)
|
||||
right: parent.right
|
||||
rightMargin: hifi.dimensions.tablePadding
|
||||
verticalCenter: titleText.verticalCenter
|
||||
|
|
Loading…
Reference in a new issue