mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
[fix][ui][settings] gems scaling
This commit is contained in:
@@ -674,7 +674,7 @@ class GenericSoftwareManager(SoftwareManager):
|
|||||||
gem_selector = MultipleSelectComponent(label=None,
|
gem_selector = MultipleSelectComponent(label=None,
|
||||||
tooltip=None,
|
tooltip=None,
|
||||||
options=gem_opts,
|
options=gem_opts,
|
||||||
max_width=floor(screen_width * 0.30),
|
max_width=floor(screen_width * 0.22),
|
||||||
default_options=def_gem_opts,
|
default_options=def_gem_opts,
|
||||||
id_="gems")
|
id_="gems")
|
||||||
tabs.append(TabComponent(label=self.i18n['core.config.tab.types'],
|
tabs.append(TabComponent(label=self.i18n['core.config.tab.types'],
|
||||||
|
|||||||
Reference in New Issue
Block a user