mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge pull request #2603 from fieldOfView/fix_textinput_rendertype
Change renderType for TextInput elements
This commit is contained in:
commit
5c0488c182
3 changed files with 3 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ Rectangle
|
|||
Button {
|
||||
height: settingsModeSelection.height
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: model.index * (settingsModeSelection.width / 2)
|
||||
anchors.leftMargin: model.index * Math.floor(settingsModeSelection.width / 2)
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: Math.floor(0.5 * parent.width)
|
||||
text: model.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue