Made words completer run async on load and update; swapped out tabs to use Gtk.Notebook

This commit is contained in:
2026-02-16 17:09:30 -06:00
parent bcd87801e6
commit f5c506e210
7 changed files with 124 additions and 172 deletions

View File

@@ -55,14 +55,6 @@ border {
background: rgba(39, 43, 52, 0.84);
}
tab {
color: rgba(255, 255, 255, 1);
}
tab:checked {
border-bottom-color: rgba(125, 125, 125, 1);
}
.main-window,
.base-container,
@@ -101,24 +93,6 @@ tab:checked {
border-width: 0.05em;
}
.tab-widget {
padding-left: 0.2em;
padding-right: 0.2em;
margin-right: 0.8em;
border-top-style: solid;
border-top-color: rgba(255, 255, 255, 0.64);
border-top-width: 2px;
border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.64);
border-left-width: 2px;
border-right-style: solid;
border-right-color: rgba(255, 255, 255, 0.64);
border-right-width: 2px;
}
.tab-label {
margin-left: 2em;
margin-right: 2em;