1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
This commit is contained in:
Rafał Mikrut 2023-10-24 22:05:09 +02:00
parent 43ef409293
commit 1168e82ed0

View file

@ -73,7 +73,7 @@ export component SelectableTableView inherits Rectangle {
for r[idx] in root.values : Rectangle {
forward-focus: focus-item;
height: 30px;
height: 20px;
// TODO move this into singleton
background: r.header-row ? #888888 : (touch-area.has-hover ? (r.selected_row ? #cccccc : #dddddd) : (r.selected_row ? #cccccc: #dddddd));
// background: touch-area.has-hover ? (selected ? #333333 : #222222) : (selected ? #333333: #222222);
@ -107,8 +107,6 @@ export component SelectableTableView inherits Rectangle {
}
HorizontalLayout {
padding: 5px;
spacing: 5px;
forward-focus: focus-item;
CheckBox {