diff --git a/qt/aqt/dyndeckconf.py b/qt/aqt/dyndeckconf.py index 0c42dd44a..79a743e04 100644 --- a/qt/aqt/dyndeckconf.py +++ b/qt/aqt/dyndeckconf.py @@ -76,8 +76,8 @@ class DeckConf(QDialog): self.setStyleSheet( f"""QPushButton[label] {{ padding: 0; border: 0 }} QPushButton[label]:hover {{ text-decoration: underline }} - QPushButton[label="search"] {{ text-align: left; color: {blue} }} - QPushButton[label="hint"] {{ text-align: right; color: {grey} }}""" + QPushButton[label="search"] {{ color: {blue} }} + QPushButton[label="hint"] {{ color: {grey} }}""" ) disable_help_button(self) self.setWindowModality(Qt.WindowModal) diff --git a/qt/aqt/forms/dyndconf.ui b/qt/aqt/forms/dyndconf.ui index 3e91c0a96..71352606a 100644 --- a/qt/aqt/forms/dyndconf.ui +++ b/qt/aqt/forms/dyndconf.ui @@ -22,12 +22,18 @@ + + + 0 + 0 + + ACTIONS_NAME - + @@ -37,22 +43,6 @@ - - - - Qt::Horizontal - - - QSizePolicy::Minimum - - - - 40 - 20 - - - - @@ -64,6 +54,12 @@ + + + 0 + 0 + + Qt::NoFocus @@ -129,8 +125,17 @@ DECKS_FILTER_2 + + + + + + 0 + 0 + + Qt::NoFocus @@ -151,8 +156,8 @@ - - + + @@ -177,9 +182,6 @@ - - - @@ -257,26 +259,43 @@ - - - Qt::NoFocus - - - SEARCH_VIEW_IN_BROWSER - - - DECKS_UNMOVABLE_CARDS - - - false - - - true - - - hint - - + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Qt::NoFocus + + + SEARCH_VIEW_IN_BROWSER + + + DECKS_UNMOVABLE_CARDS + + + false + + + true + + + hint + + + +