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:
Markus Reitböck
2025-10-06 17:59:29 +02:00
committed by GitHub
parent 432583bb20
commit 85776dd66b

View File

@@ -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>