diff options
Diffstat (limited to 'plugingui/textedit.h')
-rw-r--r-- | plugingui/textedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/textedit.h b/plugingui/textedit.h index 6ce59b6..17a04ff 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.h @@ -74,9 +74,9 @@ private: 0, // atlas offset (x, y) 7, 1, 7, // dx1, dx2, dx3 7, 63, 7}; // dy1, dy2, dy3 - - static constexpr std::size_t x_border{10}; - static constexpr std::size_t y_border{8}; + + static constexpr int x_border{10}; + static constexpr int y_border{8}; ScrollBar scroll; Font font; |