Skip to content

Commit f53216e

Browse files
committed
Database: Remove unused search by id field
1 parent 528b715 commit f53216e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/Database/main.blp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,11 @@ Adw.StatusPage {
4242
search-delay: 100;
4343
}
4444
}
45-
46-
Box {
47-
spacing: 12;
48-
orientation: vertical;
49-
50-
Label {
51-
label: _("Find by ID");
52-
}
53-
54-
SearchEntry id_entry {
55-
search-delay: 100;
56-
}
57-
}
5845
}
5946

6047
ScrolledWindow {
6148
height-request: 340;
49+
width-request: 340;
6250
has-frame: true;
6351

6452
ColumnView column_view {

0 commit comments

Comments
 (0)