Skip to content

Commit c97be16

Browse files
authored
Merge pull request #97 from tfuxu/mobile-ui-updates
Minor UI updates
2 parents 0350a58 + 9fd9fc3 commit c97be16

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

data/resources/ui/window.blp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ template $GeopardWindow: Adw.ApplicationWindow {
1717

1818
Adw.ToastOverlay toast_overlay {
1919
Adw.ToolbarView toolbar_view {
20+
top-bar-style: raised_border;
21+
bottom-bar-style: raised_border;
2022
reveal-bottom-bars: false;
2123

2224
[top]
@@ -164,10 +166,9 @@ template $GeopardWindow: Adw.ApplicationWindow {
164166
}
165167

166168
[end]
167-
Gtk.Button {
168-
icon-name: "view-grid-symbolic";
169+
Adw.TabButton {
170+
view: tab_view;
169171
action-name: "overview.open";
170-
tooltip-text: _("View Open Tabs");
171172
}
172173

173174
[end]

0 commit comments

Comments
 (0)