mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:01:14 +02:00
Changed maximum line count for warning message
This commit is contained in:
parent
678ba087fc
commit
269a7f0e15
3 changed files with 3 additions and 3 deletions
|
@ -254,7 +254,7 @@ ModalWindow {
|
||||||
text: root.warning;
|
text: root.warning;
|
||||||
wrapMode: Text.WordWrap;
|
wrapMode: Text.WordWrap;
|
||||||
font.italic: true;
|
font.italic: true;
|
||||||
maximumLineCount: 2;
|
maximumLineCount: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
|
|
|
@ -254,7 +254,7 @@ ModalWindow {
|
||||||
text: root.warning;
|
text: root.warning;
|
||||||
wrapMode: Text.WordWrap;
|
wrapMode: Text.WordWrap;
|
||||||
font.italic: true;
|
font.italic: true;
|
||||||
maximumLineCount: 2;
|
maximumLineCount: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
|
|
|
@ -282,7 +282,7 @@ TabletModalWindow {
|
||||||
text: root.warning;
|
text: root.warning;
|
||||||
wrapMode: Text.WordWrap;
|
wrapMode: Text.WordWrap;
|
||||||
font.italic: true;
|
font.italic: true;
|
||||||
maximumLineCount: 2;
|
maximumLineCount: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
|
|
Loading…
Reference in a new issue