Skip to content

Commit 3cd3df1

Browse files
committed
Update icon name
1 parent cc955e5 commit 3cd3df1

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

biglinux-webapps/usr/share/biglinux/webapps/webapps/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def on_about_action(self, widget, _):
111111
about = Adw.AboutWindow(
112112
transient_for=self.props.active_window,
113113
application_name="WebApps Manager",
114-
application_icon="webapps",
114+
application_icon="big-webapps",
115115
developer_name="BigLinux Team",
116116
version="3.0.0",
117117
developers=["BigLinux Team"],

biglinux-webapps/usr/share/biglinux/webapps/webapps/ui/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def setup_ui(self):
126126

127127
# Add an empty state for when there are no webapps
128128
self.empty_state = Adw.StatusPage()
129-
self.empty_state.set_icon_name("webapps")
129+
self.empty_state.set_icon_name("big-webapps")
130130
self.empty_state.set_title(_("No WebApps Found"))
131131
self.empty_state.set_description(_("Add a new webapp to get started"))
132132

biglinux-webapps/usr/share/biglinux/webapps/webapps/ui/welcome_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def setup_ui(self):
145145

146146
# Close button
147147
button_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)
148-
button_box.set_halign(Gtk.Align.END)
148+
button_box.set_halign(Gtk.Align.CENTER)
149149
button_box.set_margin_top(24)
150150

151151
close_button = Gtk.Button(label=_("Let's Start"))
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)