Preview widget height.

This commit is contained in:
Teo Mrnjavac 2015-11-20 15:28:53 +01:00
parent c717a08d6d
commit c6a7c54904
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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;