diff options
author | fiaxh <git@lightrise.org> | 2024-06-21 14:09:44 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-06-21 14:09:44 +0200 |
commit | 8b15417e0f6e90ef510ee70df7d32dbb7ce79393 (patch) | |
tree | d8d649e35106cc863d9e3ddedd24de22f0d47fec /main/src/ui/main_window.vala | |
parent | 00188bdf9bd91de34060eed195c9fd7a04c8871f (diff) | |
download | dino-8b15417e0f6e90ef510ee70df7d32dbb7ce79393.tar.gz dino-8b15417e0f6e90ef510ee70df7d32dbb7ce79393.zip |
Start chat: Adjust status icon position, prioritize statuses, update status
Diffstat (limited to 'main/src/ui/main_window.vala')
-rw-r--r-- | main/src/ui/main_window.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/main_window.vala b/main/src/ui/main_window.vala index dd54052e..ce71d413 100644 --- a/main/src/ui/main_window.vala +++ b/main/src/ui/main_window.vala @@ -20,7 +20,7 @@ public class MainWindow : Adw.ApplicationWindow { public ConversationTitlebar conversation_titlebar; public Widget conversation_list_titlebar; public Box box = new Box(Orientation.VERTICAL, 0) { orientation=Orientation.VERTICAL }; - public Adw.Leaflet leaflet; + private Adw.Leaflet leaflet; public Box left_box; public Box right_box; public Adw.Flap search_flap; |