widgets GUI: Don't use frames by default

Looks better with most themes.
This commit is contained in:
Martchus 2019-03-20 17:36:52 +01:00
parent a4c2074012
commit 016e5e29a9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ struct SYNCTHINGWIDGETS_EXPORT NotifyOn {
struct SYNCTHINGWIDGETS_EXPORT Appearance {
bool showTraffic = true;
QSize trayMenuSize = QSize(450, 400);
int frameStyle = QFrame::StyledPanel | QFrame::Sunken;
int frameStyle = QFrame::NoFrame | QFrame::Plain;
int tabPosition = QTabWidget::South;
bool brightTextColors = false;
};