Skip to content

Commit d71c541

Browse files
committed
Minor UI improvements to exporter.
1 parent 9da4a74 commit d71c541

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Exporter.vala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Exporter : Box {
4343
_win = win;
4444

4545
_mb = new MenuButton() {
46-
halign = Align.START,
46+
halign = Align.FILL,
4747
hexpand = true,
4848
icon_name = "pan-down-symbolic",
4949
menu_model = new GLib.Menu()
@@ -60,7 +60,9 @@ public class Exporter : Box {
6060
});
6161

6262
var bbox = new Box( Orientation.HORIZONTAL, 5 ) {
63-
hexpand = true
63+
hexpand = true,
64+
margin_start = 5,
65+
margin_end = 5
6466
};
6567
bbox.append( _mb );
6668
bbox.append( export );

0 commit comments

Comments
 (0)