add background image on empty page
This commit is contained in:
parent
ea6ec02f3b
commit
d72c9902d4
16 changed files with 123 additions and 102 deletions
|
|
@ -46,7 +46,7 @@ class BattleDialog(QDialog):
|
|||
self.ui.score.setText(default_score)
|
||||
self.ui.victoryCondition.setText(default_victory_condition)
|
||||
self.ui.battleComment.setPlainText(default_comment)
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRON))
|
||||
self.setWindowIcon(Icons.get(IconName.WARCHRONICO))
|
||||
|
||||
def get_sector_id(self) -> str:
|
||||
return cast(str, self.ui.sectorComboBox.currentData())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue