mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 15:26:42 +02:00
70% initial width
This commit is contained in:
parent
4566114175
commit
9d3cc9a5b4
1 changed files with 2 additions and 3 deletions
|
@ -14,14 +14,13 @@
|
|||
#include "ui/LogDialog.h"
|
||||
#include "LogDisplay.h"
|
||||
|
||||
#define INITIAL_WIDTH_RATIO 0.6
|
||||
#define INITIAL_WIDTH_RATIO 0.7
|
||||
#define INITIAL_HEIGHT_RATIO 0.6
|
||||
|
||||
int cursorMeta = qRegisterMetaType<QTextCursor>("QTextCursor");
|
||||
int blockMeta = qRegisterMetaType<QTextBlock>("QTextBlock");
|
||||
|
||||
LogDialog::LogDialog(QWidget* parent) :
|
||||
QDialog(parent, Qt::Window | Qt::WindowCloseButtonHint) {
|
||||
LogDialog::LogDialog(QWidget* parent) : QDialog(parent, Qt::Dialog) {
|
||||
|
||||
setWindowTitle("Log");
|
||||
|
||||
|
|
Loading…
Reference in a new issue