mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Just ignore this commit (really).
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* gtk-gui/osrepodbmgr.dlgHelp.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgSettings.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgMetadata.cs:
|
||||
* gtk-gui/osrepodbmgr.dlgFilesystem.cs:
|
||||
Just ignore this commit (really).
|
||||
|
||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* dlgAdd.cs:
|
||||
|
||||
@@ -754,7 +754,7 @@ namespace osrepodbmgr
|
||||
w65.Position = 1;
|
||||
w65.Expand = false;
|
||||
w65.Fill = false;
|
||||
if((this.Child != null))
|
||||
if ((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace osrepodbmgr
|
||||
global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.btnDialog]));
|
||||
w6.Expand = false;
|
||||
w6.Fill = false;
|
||||
if((this.Child != null))
|
||||
if ((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
@@ -1684,7 +1684,7 @@ namespace osrepodbmgr
|
||||
w144.Position = 1;
|
||||
w144.Expand = false;
|
||||
w144.Fill = false;
|
||||
if((this.Child != null))
|
||||
if ((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
@@ -608,7 +608,7 @@ namespace osrepodbmgr
|
||||
global::Gtk.ButtonBox.ButtonBoxChild w55 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w54[this.btnDialog]));
|
||||
w55.Expand = false;
|
||||
w55.Fill = false;
|
||||
if((this.Child != null))
|
||||
if ((this.Child != null))
|
||||
{
|
||||
this.Child.ShowAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user