Yuri Ivanov

Results 213 comments of Yuri Ivanov

@cederom Unfortunately, I don't quite understand the essence of your question...

@blurryrox Please change your code so that there is nothing in it that does not relate to reproducing the error.

@eo93ed ```python from kivy.lang import Builder from kivymd.app import MDApp KV = ''' MDScreen: MDBoxLayout: id: btn1 adaptive_size: True spacing: "12dp" pos_hint: {'center_x': .5, 'center_y': .5} MDRaisedButton: id: btn2 md_bg_color:...

@Tutislav OK, I'll try to check it out tomorrow.

@Tutislav This is a Kivy bug. Widgets that use scaling actually stay the same size: https://user-images.githubusercontent.com/16930280/197645630-a3844df4-2ff8-4e91-8d54-fd521c9316cc.mov

@ht-thomas It is not possible to create tables in KV files.

@did0u007 We strictly adhere to the `PEP8` standards. In your changes, this standard is completely ignored. After making the changes, run the `pre-commit run --all-files` command to automatically format the...

@jetsen-os I don't see any problems. You can change the template however you like.