summaryrefslogtreecommitdiff
path: root/plugingui/drumkitframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/drumkitframecontent.h')
-rw-r--r--plugingui/drumkitframecontent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/drumkitframecontent.h b/plugingui/drumkitframecontent.h
index c6e0942..866b720 100644
--- a/plugingui/drumkitframecontent.h
+++ b/plugingui/drumkitframecontent.h
@@ -61,9 +61,9 @@ private:
LineEdit lineedit{this};
Button browse_button{this};
- std::size_t lineedit_width;
- std::size_t button_width;
- std::size_t gap{10};
+ int lineedit_width;
+ int button_width;
+ int gap{10};
};
class DrumkitframeContent