diff --git a/data/ui/dialogs/main.ui b/data/ui/dialogs/main.ui index cca278f..ca31b42 100644 --- a/data/ui/dialogs/main.ui +++ b/data/ui/dialogs/main.ui @@ -56,6 +56,7 @@ + 48 True False True @@ -65,7 +66,7 @@ auto - 1 + 2 @@ -73,11 +74,48 @@ True False - + True - + False + slide-right + 200 + + + True + False + 6 + 6 + + + True + True + True + + + True + False + go-previous-symbolic + + + + + False + True + 0 + + + + + False + + + False + True + 1 + + + + False @@ -86,38 +124,60 @@ - + True - True - True + False - + True - False - document-edit-symbolic + + + False + True + 0 + + + + True + True + True + + + True + False + document-edit-symbolic + + + + + False + True + 1 + + + False True - 1 + 2 - - - 1 - True False - slide-left + center + crossfade 200 @@ -128,54 +188,6 @@ 2 - - - True - False - slide-right - 200 - - - True - False - 6 - - - True - False - - - False - True - 0 - - - - - True - True - True - - - True - False - go-previous-symbolic - - - - - False - True - 1 - - - - - - - 2 - - diff --git a/data/ui/views/base.ui b/data/ui/views/base.ui index c026a99..74bd0ad 100644 --- a/data/ui/views/base.ui +++ b/data/ui/views/base.ui @@ -26,8 +26,8 @@ True False - 628 - 628 + 632 + 632 True diff --git a/data/ui/widgets/accounts_button.ui b/data/ui/widgets/accounts_button.ui index 675c33a..0e48682 100644 --- a/data/ui/widgets/accounts_button.ui +++ b/data/ui/widgets/accounts_button.ui @@ -24,7 +24,7 @@ True True True - + True accounts @@ -314,7 +314,8 @@ True - 25 + 24 + center True diff --git a/data/ui/widgets/profile_field_row.ui b/data/ui/widgets/profile_field_row.ui index 5ea6787..829e96e 100644 --- a/data/ui/widgets/profile_field_row.ui +++ b/data/ui/widgets/profile_field_row.ui @@ -25,6 +25,7 @@ True word-char 1 + 0 1 diff --git a/src/Views/Profile.vala b/src/Views/Profile.vala index f63a830..e91a925 100644 --- a/src/Views/Profile.vala +++ b/src/Views/Profile.vala @@ -91,6 +91,7 @@ public class Tootle.Views.Profile : Views.Timeline { public override void on_shown () { window.header.custom_title = filter; + filter.valign = Align.FILL; window.set_header_controls (rs_button); } public override void on_hidden () {