mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-18 07:11:04 +02:00
refactor: rename get_orientation
method to orientation
This commit is contained in:
parent
0cc1f79be0
commit
a55ba8c523
9 changed files with 12 additions and 14 deletions
|
@ -188,7 +188,7 @@ impl Module<gtk::Box> for SysInfoModule {
|
|||
) -> Result<ModuleParts<gtk::Box>> {
|
||||
let re = Regex::new(r"\{([^}]+)}")?;
|
||||
|
||||
let container = gtk::Box::new(info.bar_position.get_orientation(), 10);
|
||||
let container = gtk::Box::new(info.bar_position.orientation(), 10);
|
||||
|
||||
let mut labels = Vec::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue