CComponentsButton: use defined offset for append offset

Origin commit data
------------------
Commit: a5a2ac6037
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-28 (Sun, 28 May 2017)
This commit is contained in:
2017-05-28 13:12:08 +02:00
parent 8f7b23ad19
commit 6d9267c1c3

View File

@@ -112,7 +112,7 @@ void CComponentsButton::initVarButton( const int& x_pos, const int& y_pos, const
cc_item_enabled = enabled; cc_item_enabled = enabled;
cc_item_selected = selected; cc_item_selected = selected;
fr_thickness = 0; //TODO: parts of the GUI still don't use framed buttons fr_thickness = 0; //TODO: parts of the GUI still don't use framed buttons
append_x_offset = 6; append_x_offset = OFFSET_INTER;
append_y_offset = 0; append_y_offset = 0;
corner_rad = RADIUS_SMALL; corner_rad = RADIUS_SMALL;