-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sub attributes2 #6749
base: master
Are you sure you want to change the base?
Sub attributes2 #6749
Conversation
It lets you select colors based on the sliders, but it will *only* apply the color when you hit enter on the text field with the color string... Not nice, but at least it does not keep losing state as it round-trips the change through the code and compiler and gets the state reset all the time.
@@ -5,6 +5,8 @@ import { DarkModeSwitch } from "DarkModeSwitch.slint"; | |||
import { SunMoonSwitch } from "SunMoonSwitch.slint"; | |||
|
|||
export component AppWindow inherits Window { | |||
property <string> test-text: "foo"; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not belong into a PR targeting the properties view.
width: 100%; | ||
height: 100%; | ||
|
||
|
||
window := Rectangle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not belong into a PR targeting the properties view.
Sorry, I missed the unrelated changes in here earlier. |
made some finesse tweaks to the pre-existing layering and display layout for the preview pane