Adjust the appearance of PreferenceEditor
(Help text appeared too large on Windows)
This commit is contained in:
parent
520bd7e6c8
commit
8be6dc2f74
1 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>500</width>
|
||||
<height>500</height>
|
||||
<width>600</width>
|
||||
<height>480</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -65,8 +65,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>482</width>
|
||||
<height>392</height>
|
||||
<width>582</width>
|
||||
<height>372</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
|
@ -76,7 +76,7 @@
|
|||
<item row="6" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label_TextEditorGotoLineHelp">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-size:11pt;">When this command is set a button will appear next to the </span><span style=" font-size:11pt; font-weight:600; font-style:italic;">Script</span><span style=" font-size:11pt;"> combo-box in the </span><span style=" font-size:11pt; font-weight:600; font-style:italic;">Events</span><span style=" font-size:11pt;"> tab which executes this command.</span><span style=" font-size:11pt; font-weight:600;"> %F</span><span style=" font-size:11pt;"> will be substituted with the file path of the script and </span><span style=" font-size:11pt; font-weight:600;">%L</span><span style=" font-size:11pt;"> will be substituted with the line number of the script in that file. </span><span style=" font-size:11pt; font-weight:600;">%F </span><span style=" font-size:11pt; font-style:italic;">must</span><span style=" font-size:11pt;"> be given if </span><span style=" font-size:11pt; font-weight:600;">%L</span><span style=" font-size:11pt;"> is given. If </span><span style=" font-size:11pt; font-weight:600;">%F</span><span style=" font-size:11pt;"> is </span><span style=" font-size:11pt; font-style:italic;">not</span><span style=" font-size:11pt;"> given then the script's file path will be added to the end of the command. If the script can't be found then the current map's scripts file is opened.</span></p></body></html></string>
|
||||
<string><html><head/><body><p>When this command is set a button will appear next to the <span style=" font-weight:600; font-style:italic;">Script</span> combo-box in the <span style=" font-weight:600; font-style:italic;">Events</span> tab which executes this command.<span style=" font-weight:600;"> %F</span> will be substituted with the file path of the script and <span style=" font-weight:600;">%L</span> will be substituted with the line number of the script in that file. <span style=" font-weight:600;">%F </span><span style=" font-style:italic;">must</span> be given if <span style=" font-weight:600;">%L</span> is given. If <span style=" font-weight:600;">%F</span> is <span style=" font-style:italic;">not</span> given then the script's file path will be added to the end of the command. If the script can't be found then the current map's scripts file is opened.</p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
@ -109,7 +109,7 @@
|
|||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label_TextEditorOpenFolderHelp">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-size:11pt;">This is the command that is executed when clicking </span><span style=" font-size:11pt; font-weight:600; font-style:italic;">Open Project in Text Editor</span><span style=" font-size:11pt;"> in the </span><span style=" font-size:11pt; font-weight:600; font-style:italic;">Tools</span><span style=" font-size:11pt;"> menu. </span><span style=" font-size:11pt; font-weight:600;">%D</span><span style=" font-size:11pt;"> will be substituted with the project's root directory. If </span><span style=" font-size:11pt; font-weight:600;">%D</span><span style=" font-size:11pt;"> is </span><span style=" font-size:11pt; font-style:italic;">not</span><span style=" font-size:11pt;"> specified then the project directory will be added to the end of the command.</span></p></body></html></string>
|
||||
<string><html><head/><body><p>This is the command that is executed when clicking <span style=" font-weight:600; font-style:italic;">Open Project in Text Editor</span> in the <span style=" font-weight:600; font-style:italic;">Tools</span> menu. <span style=" font-weight:600;">%D</span> will be substituted with the project's root directory. If <span style=" font-weight:600;">%D</span> is <span style=" font-style:italic;">not</span> specified then the project directory will be added to the end of the command.</p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
Loading…
Reference in a new issue