SendSystemInfoDialog: Layout adjustments

This commit is contained in:
YuSanka 2021-09-10 10:15:20 +02:00 committed by Lukas Matena
parent faa808b385
commit d6222cf8a8
2 changed files with 42 additions and 18 deletions

View file

@ -15,7 +15,7 @@ class SendSystemInfoDialog : public DPIDialog
DIALOG_MARGIN = 15,
SPACING = 10,
MIN_WIDTH = 60,
MIN_HEIGHT = 40,
MIN_HEIGHT = 60,//40,
MIN_HEIGHT_EXPANDED = 40,
};