Skip to content

Commit

Permalink
UI adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Sep 14, 2018
1 parent 98df75d commit 6673d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions PixelFilterMono/gtk-gui/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ protected virtual void Build()
this.MainLayout.Add(this.MainToolbar);
global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.MainLayout[this.MainToolbar]));
w7.X = 70;
w7.Y = 10;
w7.Y = 20;
// Container child MainLayout.Gtk.Fixed+FixedChild
this.InputImage = new global::Gtk.Image();
this.InputImage.WidthRequest = 256;
Expand Down Expand Up @@ -275,7 +275,7 @@ protected virtual void Build()
this.MainLayout.Add(this.FilterToolbar);
global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.MainLayout[this.FilterToolbar]));
w18.X = 250;
w18.Y = 630;
w18.Y = 635;
// Container child MainLayout.Gtk.Fixed+FixedChild
this.FilterQueueWindow = new global::Gtk.ScrolledWindow();
this.FilterQueueWindow.WidthRequest = 356;
Expand Down Expand Up @@ -311,7 +311,7 @@ protected virtual void Build()
this.MainLayout.Add(this.QueueToolbar);
global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.MainLayout[this.QueueToolbar]));
w22.X = 326;
w22.Y = 630;
w22.Y = 635;
this.Add(this.MainLayout);
if ((this.Child != null))
{
Expand Down
6 changes: 3 additions & 3 deletions PixelFilterMono/gtk-gui/gui.stetic
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</widget>
<packing>
<property name="X">70</property>
<property name="Y">10</property>
<property name="Y">20</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -300,7 +300,7 @@
</widget>
<packing>
<property name="X">250</property>
<property name="Y">630</property>
<property name="Y">635</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -351,7 +351,7 @@
</widget>
<packing>
<property name="X">326</property>
<property name="Y">630</property>
<property name="Y">635</property>
</packing>
</child>
</widget>
Expand Down

0 comments on commit 6673d37

Please sign in to comment.