File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ BetterTab {
24
24
}
25
25
26
26
ColumnLayout {
27
- RichTextWithLinks { html: ' <span style="font-size:32pt;">Redis Desktop Manager</span>' }
28
- RichTextWithLinks { html: ' <span style="font-size: 13px;"><b>Version</b> ' + Qt .application .version + ' </span>' }
29
- RichTextWithLinks { html: ' <span style="font-size: 11px;">Powered by awesome <a href="https://github.com/uglide/RedisDesktopManager/tree/2019/3rdparty">open-source software</a>, '
30
- + ' <br /><a href="http://icons8.com/">icons from icons8.com</a> and '
31
- + ' <a href="http://redis.io/">Redis Logo</a>.</span>' }
27
+ Layout .fillWidth : true
28
+ RichTextWithLinks { Layout .fillWidth : true ; html: ' <span style="font-size:32pt;">Redis Desktop Manager</span>' }
29
+ RichTextWithLinks { Layout .fillWidth : true ; html: ' <span style="font-size: 13px;"><b>Version</b> ' + Qt .application .version + ' </span>' }
30
+ RichTextWithLinks { Layout .fillWidth : true ; html: ' <span style="font-size: 11px;">Powered by awesome <a href="https://github.com/uglide/RedisDesktopManager/tree/2019/3rdparty">open-source software</a>, '
31
+ + ' <br /><a href="http://icons8.com/">icons from icons8.com</a> and '
32
+ + ' <a href="http://redis.io/">Redis Logo</a>.</span>' }
32
33
}
33
34
}
34
35
You can’t perform that action at this time.
0 commit comments