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 +