mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
Add separator in sidebar
This commit is contained in:
parent
6c1d1e6cd2
commit
7c630579ae
|
@ -2,7 +2,7 @@ use adw::BreakpointCondition;
|
|||
use adw::glib::clone;
|
||||
use adw::subclass::prelude::ObjectSubclassIsExt;
|
||||
use glib::Object;
|
||||
use gtk::{Application, gio, glib};
|
||||
use gtk::{Application, gio, glib, Orientation};
|
||||
use gtk::prelude::*;
|
||||
|
||||
use crate::components::window::handleSidebarClick::{
|
||||
|
@ -176,6 +176,7 @@ impl Window {
|
|||
for subEntry in subEntries {
|
||||
selfImp.resetSidebarList.append(subEntry);
|
||||
}
|
||||
selfImp.resetSidebarList.append(>k::Separator::new(Orientation::Horizontal))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue