mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-22 16:22:17 +00:00
live-preview: Do not show "<MAIN>" in table edit window
This commit is contained in:
parent
e2fdf735b8
commit
3cdf786dba
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export component EditWindow inherits PopupWindow {
|
||||||
|
|
||||||
PropertyValueWidget {
|
PropertyValueWidget {
|
||||||
property-value: root.current-table.values[root.current-cell-data.row][root.current-cell-data.col];
|
property-value: root.current-table.values[root.current-cell-data.row][root.current-cell-data.col];
|
||||||
property-name: root.current-cell-data.property-group-id;
|
property-name: root.current-table.headers[root.current-cell-data.col];
|
||||||
enabled: true;
|
enabled: true;
|
||||||
|
|
||||||
changed property-value => {
|
changed property-value => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue