diff --git a/src/gtk/window.blp b/src/gtk/window.blp index aa69e77..58339fd 100644 --- a/src/gtk/window.blp +++ b/src/gtk/window.blp @@ -74,18 +74,6 @@ template $EscamboWindow : Adw.ApplicationWindow { } } - Button btn_send_request { - halign: center; - label: _("Send Request"); - //margin-bottom: 12; - tooltip-text: "Send REST"; - - styles [ - "pill", - "suggested-action", - ] - } - Adw.PreferencesGroup { Adw.ExpanderRow expander_row_parameters { @@ -169,6 +157,18 @@ template $EscamboWindow : Adw.ApplicationWindow { } } + + Button btn_send_request { + halign: center; + label: _("Send Request"); + //margin-bottom: 12; + tooltip-text: "Send REST"; + + styles [ + "pill", + "suggested-action", + ] + } }; }; };