[view] improvement: 'close' button added to the screenshots window

This commit is contained in:
Vinicius Moreira
2022-03-30 18:17:35 -03:00
parent bac69d9f82
commit c66cd464af
12 changed files with 29 additions and 0 deletions

View File

@@ -391,6 +391,10 @@ ScreenshotsDialog QAbstractButton[control = "true"] {
min-width: 100px;
}
ScreenshotsDialog QPushButton#close {
min-width: 25px;
}
SettingsWindow TabGroupQt#settings {
min-width: 400px;
}