Elliot Garbus
Elliot Garbus
@KBungei If you’d like some help on some possible work arounds, we can resume the discussion on Reddit.
There is a error in the example. The height should NOT be set by content that is in the widget, in the example texture_size is used to set the widget...
This is open until a pr is accepted.
@Samael-TLB I'll update the examples, can you update the docs?
The issue is already captured. You might find this helpful: https://medium.com/@ahmedfgad/supporting-arabic-alphabet-in-kivy-for-building-cross-platform-applications-7a1e7c14a068
I can confirm I see the same issue as the OP on Win11. NOTE: The problem occurs when resizing the window. ``` [INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.3.3...
The title bar must be at the top of the window. The example puts the buttons in the middle of the window, and sets them to the titlebar. Creating two...
My version: OS Name Microsoft Windows 11 Home Version 10.0.22631 Build 22631 System Type x64-based PC
@Julian-O Sorry for the confusion. The custom_title_bar capability does not work. The example matches the documentation - but it is odd that the same instance of buttons is added both...
This is not a bug. The hint provides a hint for the layout sizing. The vertical layout is not sizing the width. To deliver the desired result you can nest...