mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
Fixed the default dimensions & enabled min and max feature
This commit is contained in:
parent
15b672565e
commit
34ca2bdb71
@ -31,7 +31,7 @@
|
|||||||
#define COLUMN_FILE_TIME 3
|
#define COLUMN_FILE_TIME 3
|
||||||
|
|
||||||
BannedFilesDialog::BannedFilesDialog(QWidget *parent)
|
BannedFilesDialog::BannedFilesDialog(QWidget *parent)
|
||||||
: QDialog(parent)
|
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint)
|
||||||
{
|
{
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>923</width>
|
<width>923</width>
|
||||||
<height>810</height>
|
<height>489</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
Loading…
Reference in New Issue
Block a user