This commit is contained in:
Bleak Grey 2020-07-01 13:38:44 +03:00
parent 34c1de1eb8
commit b0cb6d8a14
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class Tootle.Dialogs.MainWindow: Gtk.Window, ISavedWindow {
void update_header () {
bool primary_mode = get_visible_id () == 0;
switcher_navbar.visible = timeline_switcher.sensitive = primary_mode;
// timeline_switcher.opacity = primary_mode ? 1 : 0; //Prevent HeaderBar height jitter
timeline_switcher.opacity = primary_mode ? 1 : 0; //Prevent HeaderBar height jitter
view_navigation.reveal_child = !primary_mode;
if (primary_mode)