GUI: start cleaning up Parameter Editor
Begins to address a few issues brought up in #17351
This commit is contained in:
@@ -60,14 +60,14 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="quickSearch">
|
||||
<property name="text">
|
||||
<string>Quick search</string>
|
||||
<string>Search</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="findGroupLE">
|
||||
<property name="toolTip">
|
||||
<string>Type in a group name to find it</string>
|
||||
<string>Enter a group name to search</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Search group</string>
|
||||
@@ -83,7 +83,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonFind">
|
||||
<property name="text">
|
||||
<string>Find…</string>
|
||||
<string>Find</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -106,7 +106,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonSaveToDisk">
|
||||
<property name="text">
|
||||
<string>Save to Disk</string>
|
||||
<string>Save</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Alt+C</string>
|
||||
|
||||
Reference in New Issue
Block a user