Skip to content

Commit d0b4db0

Browse files
tfuxuranfdev
authored andcommitted
chore: remove unused Tab import
- remove unused `format()` in data/icons/meson.build - apply formatting in `tab.blp`
1 parent c34dd7a commit d0b4db0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

data/icons/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install_data(
66

77
symbolic_dir = join_paths('hicolor', 'symbolic', 'apps')
88
install_data(
9-
join_paths(symbolic_dir, 'com.ranfdev.Geopard-symbolic.svg'.format(application_id)),
9+
join_paths(symbolic_dir, 'com.ranfdev.Geopard-symbolic.svg'),
1010
install_dir: join_paths(get_option('datadir'), 'icons', symbolic_dir),
1111
rename: '@[email protected]'.format(application_id)
1212
)

data/resources/ui/tab.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ template $Tab: Adw.Bin {
55
Gtk.Stack stack {
66
Gtk.ScrolledWindow scroll_win {
77
vexpand: true;
8+
89
Adw.ClampScrollable clamp {
910
halign: center;
1011
maximum-size: 768;
1112
tightening-threshold: 720;
12-
1313
}
1414
}
1515
}

src/widgets/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ mod pages;
33
mod tab;
44
mod window;
55

6-
pub use tab::Tab;
76
pub use window::Window;

0 commit comments

Comments
 (0)