diff --git a/app/ui/control.glade b/app/ui/control.glade index cdedfbd2..5cb74bf5 100644 --- a/app/ui/control.glade +++ b/app/ui/control.glade @@ -328,7 +328,7 @@ Author: Dmitriy Yefremov True False - user-trash + user-trash-symbolic True @@ -391,8 +391,8 @@ Author: Dmitriy Yefremov False center center - 10 - 10 + 5 + 5 5 10 stack @@ -1781,7 +1781,7 @@ audio-volume-medium-symbolic True True - tools-check-spelling + edit-find-replace-symbolic False False Filter diff --git a/app/ui/style.css b/app/ui/style.css index abc4996f..e5953042 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -55,4 +55,11 @@ paned > separator { border-radius: 0; border-left-width: 0; border-right-width: 1px; -} \ No newline at end of file +} + +.stack-switcher > button { + padding-left: 0.5em; + padding-right: 0.5em; + min-width: 5em; + min-height: 1.5em; +}