mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra mod
This commit is contained in:
parent
1077368116
commit
5255708be3
3 changed files with 13 additions and 33 deletions
|
|
@ -1,20 +0,0 @@
|
|||
use adw::{TabView, ToolbarView};
|
||||
use gtk::{prelude::BoxExt, Box, Orientation};
|
||||
|
||||
pub struct Widget {
|
||||
pub g_box: Box,
|
||||
}
|
||||
|
||||
impl Widget {
|
||||
// Constructors
|
||||
|
||||
/// Build new `Self`
|
||||
pub fn build(header: &ToolbarView, tab: &TabView) -> Self {
|
||||
let g_box = Box::builder().orientation(Orientation::Vertical).build();
|
||||
|
||||
g_box.append(header);
|
||||
g_box.append(tab);
|
||||
|
||||
Self { g_box }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue