mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 15:43:53 +08:00
.
This commit is contained in:
parent
6f46f71cdf
commit
6cb9db3703
@ -95,7 +95,7 @@ class dialog_savedgame_integrated(saveposwindow):
|
|||||||
def syssetting(self):
|
def syssetting(self):
|
||||||
dialog_syssetting(
|
dialog_syssetting(
|
||||||
self.__internal,
|
self.__internal,
|
||||||
type_={0: 1, 1: 2}[globalconfig["gamemanager_integrated_internal_layout"]],
|
type_=globalconfig["gamemanager_integrated_internal_layout"],
|
||||||
)
|
)
|
||||||
|
|
||||||
def resizeEvent(self, e: QResizeEvent):
|
def resizeEvent(self, e: QResizeEvent):
|
||||||
|
@ -384,7 +384,7 @@ class dialog_syssetting(LDialog):
|
|||||||
)
|
)
|
||||||
|
|
||||||
formLayout.addRow(SplitLine())
|
formLayout.addRow(SplitLine())
|
||||||
if type_ == 1:
|
if type_ == 2:
|
||||||
for key, name in [
|
for key, name in [
|
||||||
("itemw", "宽度"),
|
("itemw", "宽度"),
|
||||||
("itemh", "高度"),
|
("itemh", "高度"),
|
||||||
@ -414,7 +414,7 @@ class dialog_syssetting(LDialog):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
elif type_ == 2:
|
elif type_ == 1:
|
||||||
for key, name in [
|
for key, name in [
|
||||||
("listitemheight", "高度"),
|
("listitemheight", "高度"),
|
||||||
]:
|
]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user