You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_install_patch/x11-themes/adwaita-qt/adwaita-qt-hide_button_icon...

15 lines
553 B

# Calculate format=diff merge(x11-themes/adwaita-qt)>=1.2.1
diff --git a/src/lib/adwaita.h b/src/lib/adwaita.h
index ba8306d..a4aba74 100644
--- a/src/lib/adwaita.h
+++ b/src/lib/adwaita.h
@@ -49,7 +49,7 @@ template<typename T> using ScopedPointer = QScopedPointer<T, QScopedPointerPodDe
namespace Settings
{
const bool SingleClick {true};
- const bool ShowIconsOnPushButtons {true};
+ const bool ShowIconsOnPushButtons {false};
const int ToolButtonStyle {Qt::ToolButtonTextBesideIcon};
const bool ShowIconsInMenuItems {true};
}