[ui] improving the screenshots control buttons widths

This commit is contained in:
Vinicius Moreira
2020-11-27 18:42:01 -03:00
parent f5e94866ef
commit 453e7daeba
2 changed files with 8 additions and 1 deletions

View File

@@ -359,10 +359,15 @@ ScreenshotsDialog QLabel#image {
qproperty-alignment: AlignCenter;
}
ScreenshotsDialog QAbstractButton[control = "true"] {
min-width: 100px;
}
SettingsWindow TabGroupQt#settings {
min-width: 400px;
}
QMenu QPushButton[current = "true"] {
font-weight: bold;
}
}