Skip to content

Commit

Permalink
bigger default window size : all default tools on a single column
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Jan 2, 2023
1 parent 3756f99 commit 6b76f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</object>

<template class="DrWindow" parent="GtkApplicationWindow">
<property name="default-width">900</property>
<property name="default-height">500</property>
<property name="default-width">1030</property>
<property name="default-height">580</property>
<property name="icon-name">com.github.maoschanz.drawing</property>
<child>
<object class="GtkBox" id="main_box">
Expand Down

0 comments on commit 6b76f5d

Please sign in to comment.