renamed AppearancePage and BehaviourPage

This commit is contained in:
fourtf
2018-07-03 17:39:20 +02:00
parent 78dede21f4
commit cd57b2b518
7 changed files with 12 additions and 11 deletions
@@ -1,4 +1,4 @@
#include "BehaviourPage.hpp"
#include "FeelPage.hpp"
#include "Application.hpp"
#include "util/LayoutCreator.hpp"
@@ -1,4 +1,4 @@
#include "AppearancePage.hpp"
#include "LookPage.hpp"
#include "Application.hpp"
#include "singletons/WindowManager.hpp"
@@ -164,7 +164,7 @@ void AppearancePage::addEmotesGroup(QVBoxLayout &layout)
*/
box.append(this->createCheckBox("Animated emotes", getSettings()->enableGifAnimations));
auto scaleBox = box.emplace<QHBoxLayout>();
auto scaleBox = box.emplace<QHBoxLayout>().withoutMargin();
{
scaleBox.emplace<QLabel>("Size:");