Skip to content

Commit 5dc28a8

Browse files
author
Paula
committed
Fixed gtk errors and changed the size of the button
1 parent 86cc753 commit 5dc28a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/draw/buttons.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
//location of spin buttons, combo boxes, and labels on grid
2424
gint box_width = 1;
25-
gint box_height = 0.5;
25+
gint box_height = 1;
2626
gint label_left_start_col = 0;
2727
gint box_left_start_col = 0;
2828
gint button_row = 2; // 2 is the row num of the window button in main.ui, add buttons starting from this row

0 commit comments

Comments
 (0)