From de29f522ba12f1b69d9dfedbe6836cbc29b78d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 17 Sep 2025 13:11:48 +0200 Subject: [PATCH] Using prettier button --- App/UI/MainWindow.cs | 2 +- App/UI/MainWindow.xml | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/App/UI/MainWindow.cs b/App/UI/MainWindow.cs index 412a381..6069293 100644 --- a/App/UI/MainWindow.cs +++ b/App/UI/MainWindow.cs @@ -27,7 +27,7 @@ public class MainWindow } shortcutsGroup = group; - var addButton = builder.GetObject("add_shortcut_button") as ActionRow; + var addButton = builder.GetObject("add_shortcut_button") as ButtonRow; if (addButton == null) { throw new Exception("Failed to load UI element with ID: add_shortcut_button"); diff --git a/App/UI/MainWindow.xml b/App/UI/MainWindow.xml index 849fb0d..3505941 100644 --- a/App/UI/MainWindow.xml +++ b/App/UI/MainWindow.xml @@ -39,14 +39,9 @@ - + + list-add-symbolic Add - True - - - list-add-symbolic - - @@ -85,4 +80,4 @@ - \ No newline at end of file +