Skip to content

Commit 0cddff1

Browse files
committed
[ui] Homepage: Adjust the minimum width to correctly fit logos
1 parent e6fe84a commit 0cddff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Homepage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Page {
2222

2323
Item {
2424

25-
SplitView.minimumWidth: 100
25+
SplitView.minimumWidth: 250
2626
SplitView.preferredWidth: 330
2727
SplitView.maximumWidth: 500
2828

0 commit comments

Comments
 (0)