Skip to content

Commit

Permalink
fix(gtk): increase window width to show availability score (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Oct 7, 2024
1 parent 2c8bf99 commit 1265282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gtk/assets/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<object class="GtkApplicationWindow" id="id_main_window">
<property name="can-focus">False</property>
<property name="title" translatable="yes">Pactus GUI</property>
<property name="default-width">800</property>
<property name="default-width">880</property>
<property name="default-height">440</property>
<child>
<object class="GtkBox">
Expand Down

0 comments on commit 1265282

Please sign in to comment.