Skip to content
Snippets Groups Projects
Commit af9c3e93 authored by Kyle K's avatar Kyle K
Browse files

Qt: tweak ui files

make about dialog a bit taller for full message on more systems

for direct_connect.ui hedging bets here, there is a text field for port
number that possibly shouldn't be translated, marking as such, but also
adding a translation note for the event that it makes sense to translate
the placeholder text to something other than the default multiplayer
direct connect port.
parent b1d61cd0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>616</width>
<height>261</height>
<height>294</height>
</rect>
</property>
<property name="windowTitle">
......@@ -165,6 +165,7 @@ p, li { white-space: pre-wrap; }
</widget>
<resources>
<include location="../../dist/qt_themes_default/default/default.qrc"/>
<include location="../../dist/qt_themes/default/default.qrc"/>
</resources>
<connections>
<connection>
......
......@@ -83,7 +83,7 @@
<number>5</number>
</property>
<property name="placeholderText">
<string>24872</string>
<string notr="true" extracomment="placeholder string that tells user default port">24872</string>
</property>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment