Skip to content

Commit efe17a9

Browse files
committed
gui: Start out window small
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 6fdf88d commit efe17a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework_gui/src/color_picker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fn main() -> iced::Result {
1515
FrameworkGui::view,
1616
)
1717
.font(iced_fonts::REQUIRED_FONT_BYTES)
18+
.window_size((800.0, 400.0))
1819
.run()
1920
}
2021

0 commit comments

Comments
 (0)