mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
qt: visual fixes & more
This commit is contained in:
parent
22124c25d1
commit
4001f48a28
5 changed files with 79 additions and 21 deletions
|
@ -84,7 +84,7 @@ MainWindow::MainWindow(std::shared_ptr<std::iostream> logStream_, QWidget *paren
|
|||
ui->settingsScrollArea->resize(uiSettings->settingsContentsQVBoxLayout->sizeHint().width()+10,380);
|
||||
//QScrollBar* const barSett = ui->settingsScrollArea->verticalScrollBar();
|
||||
int w = 683;
|
||||
int h = 4000;
|
||||
int h = 4250;
|
||||
ui->settingsContents->setFixedSize(w, h);
|
||||
ui->settingsContents->setGeometry(QRect(0,0,w,h));
|
||||
|
||||
|
@ -324,6 +324,18 @@ MainWindow::MainWindow(std::shared_ptr<std::iostream> logStream_, QWidget *paren
|
|||
|
||||
ui->tunnelsScrollAreaWidgetContents->setGeometry(QRect(0, 0, 621, 451));
|
||||
|
||||
ui->tunnelsScrollAreaWidgetContents->setStyleSheet("QGroupBox { " \
|
||||
" font: bold;" \
|
||||
" border: 1px solid silver;" \
|
||||
" border-radius: 6px;" \
|
||||
" margin-top: 6px;" \
|
||||
"}" \
|
||||
"QGroupBox::title {" \
|
||||
" subcontrol-origin: margin;" \
|
||||
" left: 7px;" \
|
||||
" padding: 0px 5px 0px 5px;" \
|
||||
"}");
|
||||
|
||||
appendTunnelForms("");
|
||||
|
||||
uiSettings->configFileLineEdit->setEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue