pull/1102/head
Rafał Mikrut 8 months ago
parent 43ef409293
commit 1168e82ed0

@ -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 {

Loading…
Cancel
Save