mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Disable DPI scaling and corresponding style changes
This commit is contained in:
4
gui.py
4
gui.py
@@ -229,7 +229,7 @@ class AlasGUI(Frame):
|
||||
None,
|
||||
group_area,
|
||||
navigator,
|
||||
], size=".5fr minmax(25rem, 5fr) 2fr")
|
||||
], size="1fr minmax(25rem, 5fr) 2fr")
|
||||
|
||||
self.content.append(content_alas)
|
||||
|
||||
@@ -477,7 +477,7 @@ class AlasGUI(Frame):
|
||||
onclick=lambda: self.alas_set_group(func.command),
|
||||
color="scheduler-on"
|
||||
),
|
||||
], size="1fr auto").style("container-args")
|
||||
], size="1fr auto").style("container-overview-args")
|
||||
|
||||
no_task_style = "text-align:center; font-size: 0.875rem; color: darkgrey;"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user