Browse Source

Make the icons in the recommended window same size as the toolbar icons

CURA-8202
Konstantinos Karmas 3 years ago
parent
commit
6cf25aa540

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml

@@ -29,6 +29,7 @@ Item
         text: catalog.i18nc("@label", "Adhesion")
         font: UM.Theme.getFont("medium")
         width: labelColumnWidth
+        iconSize: UM.Theme.getSize("toolbar_button_icon").width
     }
 
     Item

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml

@@ -65,6 +65,7 @@ Item
         text: catalog.i18nc("@label", "Infill") + " (%)"
         font: UM.Theme.getFont("medium")
         width: labelColumnWidth
+        iconSize: UM.Theme.getSize("toolbar_button_icon").width
     }
 
     Item

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedQualityProfileSelector.qml

@@ -52,6 +52,7 @@ Item
                 text: catalog.i18nc("@label", "Profiles")
                 font: UM.Theme.getFont("medium")
                 width: labelColumnWidth
+                iconSize: UM.Theme.getSize("toolbar_button_icon").width
             }
             UM.SimpleButton
             {

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml

@@ -30,6 +30,7 @@ Item
         text: catalog.i18nc("@label", "Support")
         font: UM.Theme.getFont("medium")
         width: labelColumnWidth
+        iconSize: UM.Theme.getSize("toolbar_button_icon").width
     }
 
     Item