mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
todo
This commit is contained in:
parent
594a1a936d
commit
5304303aa6
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ macro_rules! any_popup_visible {
|
|||
macro_rules! draw_popups {
|
||||
($self:ident, [$($element:ident),+]) => {
|
||||
fn draw_popups<B: Backend>(& $self, mut f: &mut Frame<B>) -> Result<()>{
|
||||
//TODO: move the layout part out and feed it into `draw_popups`
|
||||
let size = Layout::default()
|
||||
.direction(Direction::Vertical)
|
||||
.constraints(
|
||||
|
|
|
|||
Loading…
Reference in a new issue