Mirror widgets do not stretch
See original GitHub issueThe issue:
I want do share the bar on all screens of the system. Because Its a laptop, the number of screens is variable.
Qtile Version: 0.21.0 Qtile Log: does not show a new error.
I began with the following attempt:
common_bar = [widget.Sep(), widget.Image(), widget.GroupBox(), ..., widget.Promt(), widget.Spacer(), widget.WindowName(), ..., widget.CurrentLayoutIcon(), widget.Systray(),...]
screens = [
Screen(top=bar.Bar(common_bar), 26, background=background),
Screen(top=bar.Bar(common_bar), 26, background=background),
]
The bar is shown, but:
- not correct (stuff is missing)
- systray crashed
- some widget are on Screen 1 and two half widgets are on display 0.
Required:
- I have searched past issues to see if this bug has already been reported.
Issue Analytics
- State:
- Created a year ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Flutter: Live Mirror Content of Widget to another Widget
I'm trying to live copy the content 1:1 to another widget. Is there some Widget that already has this functionality?
Read more >Image Widgets - Axure Docs
To prevent the image widget from resizing, select it and double-click one of its resize handles before importing an image file. The resize...
Read more >Munchkin Brica Magnetic Stretch to Fit Sun Shade and 360 ...
Extra-large adjustable car mirror lets you see baby while you drive – mirror measures 11.25" x 8". 14 x 28-inch shade stretches to...
Read more >Size inside flexbox - CodeMirror
I'm trying to get CodeMirror widget size following a flexbox layout, so stretching with window is resizing, but I don't want thet the...
Read more >Mirror Widget from SiteOrigin cannot be translated using ATE
I tried to resize the picture both at the mirror widget end and the page editor end, but no joy. In the html...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s a great hint. Helped alot!
I can look at a fix to ensure that spacing properties are preserved for
Mirror
widgets.