From 71a65242c11e6e8fa497db09900811b677a0bfdd Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 19 Jan 2023 21:04:53 +0300 Subject: [PATCH] ui correction for EPG tab --- app/ui/epg/tab.glade | 206 +++++++++++++++++++++---------------------- app/ui/style.css | 9 ++ 2 files changed, 111 insertions(+), 104 deletions(-) diff --git a/app/ui/epg/tab.glade b/app/ui/epg/tab.glade index 43b45ec9..e14e7868 100644 --- a/app/ui/epg/tab.glade +++ b/app/ui/epg/tab.glade @@ -1,9 +1,9 @@ - - - + + + - + @@ -48,49 +49,62 @@ Author: Dmitriy Yefremov - epg_model + epg_model epg_filter_model True - False - 0.49000000953674316 - in + False + 0.49000000953674316 + in True - False - 5 - 5 - 2 + False + 5 + 5 + 2 vertical True - False - 5 - 5 - 5 - 5 + False + 5 5 + + + Multi EPG + header-button + True + False + True + + + + False + True + 3 + + True - False - EPG source + False + EPG source 0 - True - 0 + True + 0 Receiver - False + header-entry + False False - 10 + 10 @@ -103,16 +117,16 @@ Author: Dmitriy Yefremov True - True - False - True - Filter + True + False + True + Filter True - False - edit-find-replace-symbolic + False + edit-find-replace-symbolic @@ -125,17 +139,17 @@ Author: Dmitriy Yefremov True - True - False - True - Add timer - True + True + False + True + Add timer + True True - False - alarm-symbolic + False + alarm-symbolic @@ -145,20 +159,6 @@ Author: Dmitriy Yefremov 2 - - - Multi EPG - True - False - True - - - - False - True - 3 - - False @@ -169,18 +169,18 @@ Author: Dmitriy Yefremov True - False - 5 - 5 - 5 + False + 5 + 5 + 5 10 - True - edit-find-replace-symbolic - False - False - + False + True + edit-find-replace-symbolic + False + False @@ -191,15 +191,15 @@ Author: Dmitriy Yefremov - False + False center True - True - edit-find-symbolic - False - False + True + edit-find-symbolic + False + False False @@ -211,13 +211,13 @@ Author: Dmitriy Yefremov True False - True - True + True + True True - False - down + False + down @@ -231,13 +231,13 @@ Author: Dmitriy Yefremov True False - True - True + True + True True - False - up + False + up @@ -267,18 +267,17 @@ Author: Dmitriy Yefremov True - True - in + True + in True - True + True epg_sort_model - True - True - True - both - 3 + True + True + both + 3 @@ -288,15 +287,14 @@ Author: Dmitriy Yefremov - False + False True fixed - 100 - 40 + 100 + 40 Service 0.49000000953674316 - 0 - + 0 5 @@ -311,11 +309,11 @@ Author: Dmitriy Yefremov True fixed - 170 - 50 + 170 + 50 Title 0.49000000953674316 - 1 + 1 5 @@ -330,11 +328,11 @@ Author: Dmitriy Yefremov True fixed - 210 - 50 + 210 + 50 Time 0.49000000953674316 - 2 + 2 5 @@ -349,12 +347,12 @@ Author: Dmitriy Yefremov fixed - 100 - 50 + 100 + 50 Description True 0.49000000953674316 - 3 + 3 end @@ -376,17 +374,17 @@ Author: Dmitriy Yefremov - 26 + 26 True - False - 5 - 5 + False + 5 + 5 5 True - False - document-properties + False + document-properties False @@ -397,9 +395,9 @@ Author: Dmitriy Yefremov True - False + False 0 - 4 + 4 0 @@ -420,7 +418,7 @@ Author: Dmitriy Yefremov True - False + False EPG diff --git a/app/ui/style.css b/app/ui/style.css index 61d3d4a4..affd0fcc 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -18,6 +18,15 @@ padding: 0; } +#header-button { + padding-top: 0; + padding-bottom: 0; +} + +#header-entry { + min-height: 0; +} + #header-stack-switcher > button { padding-top: 0; padding-bottom: 0;