Gui: Fix unreadable button in Customize Dialog (#24285)
* Gui: Fix unreadable button in Customize Dialog Also renamed Pixmap to Icon Fixes: https://github.com/FreeCAD/FreeCAD/issues/24260 * Update src/Gui/Dialogs/DlgActions.ui --------- Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="TextLabel5_2">
|
||||
<property name="text">
|
||||
<string>Pixmap</string>
|
||||
<string>Icon</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -141,8 +141,11 @@
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Choose an icon</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Choose Icon</string>
|
||||
<string notr="true">…</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user