mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Preview widget height.
This commit is contained in:
parent
c717a08d6d
commit
c6a7c54904
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <functional>
|
||||
|
||||
static const int VIEW_HEIGHT = 30;
|
||||
static const int VIEW_HEIGHT = CalamaresUtils::defaultFontHeight() * 1.5;
|
||||
static const int LAYOUT_MARGIN = 8;
|
||||
static const int CORNER_RADIUS = 3;
|
||||
static const int EXTENDED_PARTITION_MARGIN = 4;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "PartitionSplitterWidget.h"
|
||||
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QPainter>
|
||||
|
@ -26,7 +27,7 @@
|
|||
#include <QStyleOption>
|
||||
|
||||
|
||||
static const int VIEW_HEIGHT = 30;
|
||||
static const int VIEW_HEIGHT = CalamaresUtils::defaultFontHeight() * 1.5;
|
||||
static const int CORNER_RADIUS = 3;
|
||||
static const int EXTENDED_PARTITION_MARGIN = 4;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue