refact ui 1

This commit is contained in:
2026-01-15 16:24:52 +03:00
parent 2ab2e47850
commit 4e2c6bb81e
3 changed files with 33 additions and 36 deletions

View File

@@ -109,6 +109,10 @@ QToolButton#btnViewPassword, QToolButton#btnChangePassword {
height: 18px;
}
QPushButton#createDuplicateButton, QPushButton#deleteVersionButton, QPushButton#switchServerVersionButton {
width: 130px;
}
QPushButton:flat, QToolButton:flat {
border: none; /* no border for a flat push button */
}