mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #548 from Pan7/scaledigit
Allow 6 default texture scale digits
This commit is contained in:
commit
604563f2c3
1 changed files with 1 additions and 1 deletions
|
@ -2634,7 +2634,7 @@ void PrefsDlg::BuildDialog(){
|
|||
gtk_misc_set_alignment( GTK_MISC( label ), 0.0, 0.5 );
|
||||
gtk_widget_show( label );
|
||||
|
||||
spin = gtk_spin_button_new( GTK_ADJUSTMENT( gtk_adjustment_new( 0.5, 0, 65535, 0.1, 1, 0 ) ), 1, 1 );
|
||||
spin = gtk_spin_button_new( GTK_ADJUSTMENT( gtk_adjustment_new( 0.5, 0, 65535, 0.1, 1, 0 ) ), 1, 6 );
|
||||
gtk_spin_button_set_numeric( GTK_SPIN_BUTTON( spin ), TRUE );
|
||||
gtk_entry_set_alignment( GTK_ENTRY( spin ), 1.0 ); //right
|
||||
gtk_table_attach( GTK_TABLE( table ), spin, 1, 2, 0, 1,
|
||||
|
|
Loading…
Reference in a new issue