Fix typo in theming methods ("botton" -> "bottom")
This commit is contained in:
parent
49b5776e8b
commit
1f9cac1717
4 changed files with 13 additions and 13 deletions
|
|
@ -183,7 +183,7 @@ public:
|
|||
|
||||
//CORNER
|
||||
void set_corner_radius_all(int radius);
|
||||
void set_corner_radius_individual(const int radius_top_left, const int radius_top_right, const int radius_botton_right, const int radius_bottom_left);
|
||||
void set_corner_radius_individual(const int radius_top_left, const int radius_top_right, const int radius_bottom_right, const int radius_bottom_left);
|
||||
|
||||
void set_corner_radius(Corner p_corner, const int radius);
|
||||
int get_corner_radius(Corner p_corner) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue