Fixes not reloading loaded document from an file system modified event after the first reload (SpartanJ/ecode#196).

Improved project search UI.
This commit is contained in:
Martín Lucas Golini
2024-03-14 22:57:44 -03:00
parent b3d0eea6fc
commit ff29ed3c71
11 changed files with 168 additions and 79 deletions

View File

@@ -206,6 +206,16 @@ ListView::cell::icon {
margin-right: 4dp;
}
CheckBox,
RadioButton {
text-decoration: none;
}
CheckBox:focus,
RadioButton:focus {
text-decoration: underline;
}
CheckBox::active,
CheckBox::inactive {
width: 12dp;