Skip to content

Commit

Permalink
#698 Make script editor larger
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 4, 2022
1 parent 597b984 commit e241ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogs/src/empty_panel.rs
Expand Up @@ -5,7 +5,7 @@ pub fn create(context: ScopedContext, ids: &mut IdGenerator) -> Dialog {
Dialog {
id: ids.named_id("ID_EMPTY_PANEL"),
caption: "Editor",
rect: context.rect(0, 0, 500, 250),
rect: context.rect(0, 0, 600, 250),
styles: Styles(vec![
DS_SETFONT,
DS_MODALFRAME,
Expand Down

0 comments on commit e241ff1

Please sign in to comment.