diff --git a/app/ui/main.glade b/app/ui/main.glade index ff5156be..3c9e0dfa 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -3,7 +3,7 @@ The MIT License (MIT) -Copyright (c) 2018-2022 Dmitriy Yefremov +Copyright (c) 2018-2023 Dmitriy Yefremov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -27,12 +27,12 @@ Author: Dmitriy Yefremov --> - + - + True @@ -109,7 +109,7 @@ Author: Dmitriy Yefremov True False - edit-undo + edit-undo True @@ -260,10 +260,7 @@ Author: Dmitriy Yefremov 170 True True - 5 - 5 - 5 - 5 + 5 never 350 True @@ -328,10 +325,7 @@ Author: Dmitriy Yefremov 135 True False - 5 - 5 - 5 - 5 + 5 never 350 True @@ -411,39 +405,49 @@ Author: Dmitriy Yefremov False - - 135 + True False - 5 - 5 - 5 - 5 - filter_types_list_store - False - False - - - + 5 + vertical - - Type - - - - 0 - + + 135 + True + False + 5 + filter_types_list_store + False + False + + - - 0.98000001907348633 - + + Type + + + + 0 + + + + + 0.98000001907348633 + + + + 1 + + - - 1 - + + False + True + 0 + diff --git a/app/ui/style.css b/app/ui/style.css index 078e1410..e1a6c9cd 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -36,10 +36,6 @@ paned.vertical > separator { background-size: 24px 2px; } -popover .view { - background-color: transparent; -} - .red-button { background-image: none; background-color: red; diff --git a/app/ui/win_style.css b/app/ui/win_style.css index 132a50fc..464967d2 100644 --- a/app/ui/win_style.css +++ b/app/ui/win_style.css @@ -18,3 +18,7 @@ grid > button { padding-left: 15px; padding-right: 15px; } + +popover .view { + background-color: transparent; +}