Skip to content

Commit

Permalink
Le's give Kairos a decent default window size
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 12, 2024
1 parent 60047ea commit 4c93fcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<requires lib="gtk" version="4.0" />
<template class="KairosMainWindow" parent="HeApplicationWindow">
<property name="default-width">800</property>
<property name="default-height">200</property>
<property name="default-height">600</property>
<property name="width-request">360</property>
<property name="height-request">294</property>
<property name="resizable">1</property>
<child>
<object class="GtkBox" id="main_box">
Expand Down

0 comments on commit 4c93fcb

Please sign in to comment.