mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] Add clipping to columns
Add clipping to columns so the text doesn't overflow everywhere Co-authored-by: Fabien Castan <fabcastan@gmail.com>
This commit is contained in:
parent
4fb719e204
commit
83a404a765
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ RowLayout {
|
|||
color: rowIndex % 2 ? palette.window : Qt.darker(palette.window, 1.1)
|
||||
border.width: 2
|
||||
border.color: Qt.darker(palette.window, 1.2)
|
||||
|
||||
clip: true
|
||||
Loader {
|
||||
id: loaderComponent
|
||||
sourceComponent: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue