@@ -80,37 +80,54 @@ template GeopardWindow: Adw.ApplicationWindow {
8080 text: bind GeopardWindow.progress;
8181 }
8282 [overlay]
83- Gtk.Revealer bottom_bar_revealer {
84- transition-type: slide_up ;
83+ Gtk.Box {
84+ orientation: vertical ;
8585 valign: end;
86- [child]
87- Adw.HeaderBar bottom_bar {
88- show-end-title-buttons: false;
89- show-start-title-buttons: false;
90- [start]
91- Gtk.Button {
92- icon-name: "go-previous-symbolic";
93- action-name: "win.previous";
86+ Gtk.Box url_status_box {
87+ styles ["background"]
88+ Gtk.Label url_status {
89+ xalign: 0.0;
90+ halign: start;
91+ wrap: true;
92+ wrap-mode: word_char;
93+ margin-top: 6;
94+ margin-bottom: 6;
95+ margin-start: 6;
96+ margin-end: 6;
9497 }
95- [start]
96- Gtk.Button {
97- icon-name: "go-next-symbolic";
98- action-name: "win.next";
99- }
100- [title]
101- Gtk.Button {
102- icon-name: "system-search-symbolic";
103- action-name: "win.focus-url-bar";
104- }
105- [end]
106- Gtk.MenuButton {
107- icon-name: "open-menu";
108- menu-model: primary_menu;
109- }
110- [end]
111- Gtk.Button {
112- icon-name: "tab-new-symbolic";
113- action-name: "win.new-tab";
98+ }
99+ Gtk.Revealer bottom_bar_revealer {
100+ transition-type: slide_up;
101+ valign: end;
102+ [child]
103+ Adw.HeaderBar bottom_bar {
104+ show-end-title-buttons: false;
105+ show-start-title-buttons: false;
106+ [start]
107+ Gtk.Button {
108+ icon-name: "go-previous-symbolic";
109+ action-name: "win.previous";
110+ }
111+ [start]
112+ Gtk.Button {
113+ icon-name: "go-next-symbolic";
114+ action-name: "win.next";
115+ }
116+ [title]
117+ Gtk.Button {
118+ icon-name: "system-search-symbolic";
119+ action-name: "win.focus-url-bar";
120+ }
121+ [end]
122+ Gtk.MenuButton {
123+ icon-name: "open-menu";
124+ menu-model: primary_menu;
125+ }
126+ [end]
127+ Gtk.Button {
128+ icon-name: "tab-new-symbolic";
129+ action-name: "win.new-tab";
130+ }
114131 }
115132 }
116133 }
0 commit comments