mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-04-23 19:10:49 +00:00
Small Patch Inspector fix
This commit is contained in:
parent
930bd66b87
commit
6ab9b6b8c8
1 changed files with 2 additions and 2 deletions
|
@ -2912,11 +2912,11 @@ int DoTextureLayout( float *fx, float *fy ){
|
|||
gtk_widget_show( label );
|
||||
|
||||
x = gtk_entry_new();
|
||||
gtk_grid_attach( GTK_GRID( table ), label, 1, 0, 1, 1 );
|
||||
gtk_grid_attach( GTK_GRID( table ), x, 1, 0, 1, 1 );
|
||||
gtk_widget_show( x );
|
||||
|
||||
y = gtk_entry_new();
|
||||
gtk_grid_attach( GTK_GRID( table ), label, 1, 1, 1, 1 );
|
||||
gtk_grid_attach( GTK_GRID( table ), y, 1, 1, 1, 1 );
|
||||
gtk_widget_show( y );
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue