From 9155f5e2b88e954445725f4f0f992f17a073ca1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Tue, 28 Jan 2020 18:55:59 -0300 Subject: [PATCH] [fix][ui][settings] gems scaling --- bauh/view/core/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/view/core/controller.py b/bauh/view/core/controller.py index 8ad6f76e..801f620b 100755 --- a/bauh/view/core/controller.py +++ b/bauh/view/core/controller.py @@ -674,7 +674,7 @@ class GenericSoftwareManager(SoftwareManager): gem_selector = MultipleSelectComponent(label=None, tooltip=None, options=gem_opts, - max_width=floor(screen_width * 0.30), + max_width=floor(screen_width * 0.22), default_options=def_gem_opts, id_="gems") tabs.append(TabComponent(label=self.i18n['core.config.tab.types'],