-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Input background color not changing #1431
Comments
If main is the latest branch I can work off, I may try to look into it myself. Will just fork the repo, branch off from main in my fork, if I manage to fix it - will create a PR into your main. |
Ok, but there is no customization on Widgets BoxModel. Will there ever be something like that? I'm not using a compositor, so rounded corners are displayed as black ones. If it were square it'd be fine by me. Btw, I don't know who you were talking to in telegram, cause I didn't receive any messages :) I'm @f0s30n3 in tg. |
Comments on github are relayed to the community chat. There are theme files. But they are going to vanish in the future because I will drop the entire use of Qstylesheets because they don't work well with Qstyle |
You could just copy an existing theme and drop the border-radius as an intermediate solution |
Reading from the code those aren't errors, I think it's there for debug purpose. See |
How to reproduce:
|
Analysis: For some reasons, QtObject
{
id: style
// ...
property color input_background_color // : palette.base
// ...
Component.onCompleted: {
input_background_color = palette.base
}
} ^ This completely fixes that bug on |
@Altyrost qml is about to be archived. i was talkin about qstylesheets. |
Closing since i archived qmlboxmodel. I simply dont have the time to maintain two frontends. |
Package source
aur, package named albert
App logs
Current Behavior
I'm using i3wm with xorg on arch linux. When I change qml boxmodel property named Input Backgound Coloir in settings > window, it doesn't apply.
Expected Behavior
Expecting this propoerty to apply.
Anything else?
I'm using Widgets BoxModel for now, even though it doesn't give such customizations and has rounded corners which allows for seeing the window background which is black. Using albert with QML BoxModel with white background is unusable for me, because it's too bright. Here's a screenshot showing Widgets BoxModel that I currently use (you can notice the corners are black). I'd much rather deal with corners, than the white background.
The text was updated successfully, but these errors were encountered: