mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
[view] improvement: some components' width reduced (settings)
This commit is contained in:
@@ -852,7 +852,7 @@ class AppImageManager(SoftwareManager, SettingsController):
|
||||
|
||||
def get_settings(self) -> Optional[Generator[SettingsView, None, None]]:
|
||||
config_ = self.configman.get_config()
|
||||
max_width = floor(self.context.screen_width * 0.15)
|
||||
max_width = 50
|
||||
|
||||
comps = [
|
||||
TextInputComponent(label=self.i18n['appimage.config.database.expiration'],
|
||||
|
||||
Reference in New Issue
Block a user