mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user