Skip to content

Commit

Permalink
Popover design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Dec 25, 2020
1 parent 199ec3e commit 3defb3e
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions resource/ui/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkButtonBox" id="zoom_buttonbox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">5</property>
<property name="homogeneous">True</property>
<property name="layout-style">center</property>
<child>
<object class="GtkButton" id="zoom_out_button">
Expand All @@ -40,6 +37,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
<property name="non-homogeneous">True</property>
</packing>
</child>
<child>
Expand All @@ -52,6 +50,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
<property name="non-homogeneous">True</property>
</packing>
</child>
<child>
Expand All @@ -72,6 +71,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="non-homogeneous">True</property>
</packing>
</child>
</object>
Expand All @@ -81,12 +81,22 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkSeparator" id="separator_1">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButtonBox" id="close_to_tray_buttonbox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">5</property>
<property name="homogeneous">True</property>
<property name="layout-style">center</property>
<child>
<object class="GtkLabel" id="close_to_tray_label">
Expand All @@ -98,6 +108,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
<property name="non-homogeneous">True</property>
</packing>
</child>
<child>
Expand All @@ -109,18 +120,19 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="non-homogeneous">True</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="fullscreen_button">
<property name="label" translatable="yes">Fullscreen F11</property>
<property name="label" translatable="yes">Fullscreen F11</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand All @@ -129,7 +141,18 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkSeparator" id="separator_2">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
<child>
Expand All @@ -143,7 +166,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
<property name="position">5</property>
</packing>
</child>
<child>
Expand All @@ -157,7 +180,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
<property name="position">6</property>
</packing>
</child>
</object>
Expand Down

0 comments on commit 3defb3e

Please sign in to comment.