We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0350a58 + 9fd9fc3 commit c97be16Copy full SHA for c97be16
1 file changed
data/resources/ui/window.blp
@@ -17,6 +17,8 @@ template $GeopardWindow: Adw.ApplicationWindow {
17
18
Adw.ToastOverlay toast_overlay {
19
Adw.ToolbarView toolbar_view {
20
+ top-bar-style: raised_border;
21
+ bottom-bar-style: raised_border;
22
reveal-bottom-bars: false;
23
24
[top]
@@ -164,10 +166,9 @@ template $GeopardWindow: Adw.ApplicationWindow {
164
166
}
165
167
168
[end]
- Gtk.Button {
- icon-name: "view-grid-symbolic";
169
+ Adw.TabButton {
170
+ view: tab_view;
171
action-name: "overview.open";
- tooltip-text: _("View Open Tabs");
172
173
174
0 commit comments