further rewrites, interface fixes, added temporary icon
This commit is contained in:
@@ -9,6 +9,7 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
|
||||
content:
|
||||
// Scaffolding
|
||||
Adw.ToolbarView {
|
||||
bottom-bar-style: raised;
|
||||
// Header bar
|
||||
[top]
|
||||
Adw.HeaderBar {
|
||||
@@ -22,6 +23,7 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
|
||||
icon-name: "open-menu-symbolic";
|
||||
menu-model: primary_menu;
|
||||
tooltip-text: _("Main Menu");
|
||||
has-tooltip: true;
|
||||
primary: true;
|
||||
}
|
||||
title-widget:
|
||||
@@ -36,8 +38,13 @@ template $GnomeframeWindow: Adw.ApplicationWindow {
|
||||
|
||||
};
|
||||
[bottom]
|
||||
Adw.ViewSwitcherBar switcher_bar {
|
||||
stack: viewstack;
|
||||
ActionBar {
|
||||
[center]
|
||||
Button btn_reset_profile {
|
||||
label: _("Reset");
|
||||
tooltip-text: _("Reset Profile");
|
||||
has-tooltip: true;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user