diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 20:25:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 20:25:24 +0200 |
| commit | be1447fdbbb037b3554e02e4a817d004308d22f9 (patch) | |
| tree | c3dcd3351806ee916b406d959601e2d796274548 /res/windows/main_window.ui | |
| parent | 992d7883ee42f5eb5083d27c5f095a8a4821d0dd (diff) | |
| download | turns-be1447fdbbb037b3554e02e4a817d004308d22f9.tar.xz turns-be1447fdbbb037b3554e02e4a817d004308d22f9.zip | |
app/ui: adjust visual style
- move the menu button to the end of the header bar
- increase minimum window width
Diffstat (limited to 'res/windows/main_window.ui')
| -rw-r--r-- | res/windows/main_window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index 4712455..df3952e 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -37,7 +37,7 @@ <property name="title" translatable="yes">Turns</property> </object> </property> - <child type="start"> + <child type="end"> <object class="GtkMenuButton" id="open_main_menu"> <property name="icon-name">open-menu</property> <property name="menu-model">main_menu</property> @@ -57,7 +57,7 @@ <property name="default-height">720</property> <property name="default-width">360</property> <property name="height-request">480</property> - <property name="width-request">240</property> + <property name="width-request">360</property> </object> <menu id="main_menu"> <item> |
