Skip to content

Commit

Permalink
Merge pull request #97 from tfuxu/mobile-ui-updates
Browse files Browse the repository at this point in the history
Minor UI updates
  • Loading branch information
ranfdev authored Apr 9, 2024
2 parents 0350a58 + 9fd9fc3 commit c97be16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/resources/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ template $GeopardWindow: Adw.ApplicationWindow {

Adw.ToastOverlay toast_overlay {
Adw.ToolbarView toolbar_view {
top-bar-style: raised_border;
bottom-bar-style: raised_border;
reveal-bottom-bars: false;

[top]
Expand Down Expand Up @@ -164,10 +166,9 @@ template $GeopardWindow: Adw.ApplicationWindow {
}

[end]
Gtk.Button {
icon-name: "view-grid-symbolic";
Adw.TabButton {
view: tab_view;
action-name: "overview.open";
tooltip-text: _("View Open Tabs");
}

[end]
Expand Down

0 comments on commit c97be16

Please sign in to comment.