mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Tweak labels view margin.
This commit is contained in:
parent
f736ace996
commit
87a31a0514
1 changed files with 1 additions and 1 deletions
|
@ -34,9 +34,9 @@
|
|||
|
||||
|
||||
static const int LAYOUT_MARGIN = 4;
|
||||
static const int LABELS_MARGIN = 40;
|
||||
static const int LABEL_PARTITION_SQUARE_MARGIN =
|
||||
qMax( QFontMetrics( CalamaresUtils::defaultFont() ).ascent() - 2, 18 );
|
||||
static const int LABELS_MARGIN = LABEL_PARTITION_SQUARE_MARGIN;
|
||||
|
||||
|
||||
QStringList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue