From 4579ac4998b71445ed52c90ee14c1ad425fbf9c5 Mon Sep 17 00:00:00 2001 From: kunalgosar Date: Tue, 14 Feb 2017 16:43:55 -0800 Subject: [PATCH] Changed button margin --- interface/src/ui/BaseLogDialog.cpp | 1 - interface/src/ui/BaseLogDialog.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/BaseLogDialog.cpp b/interface/src/ui/BaseLogDialog.cpp index 7875333a4b..7e0027e0a8 100644 --- a/interface/src/ui/BaseLogDialog.cpp +++ b/interface/src/ui/BaseLogDialog.cpp @@ -27,7 +27,6 @@ const int MINIMAL_WIDTH = 700; const int SEARCH_BUTTON_LEFT = 25; const int SEARCH_BUTTON_WIDTH = 20; const int SEARCH_TOGGLE_BUTTON_WIDTH = 50; -const int BUTTON_MARGIN = 15; const int SEARCH_TEXT_WIDTH = 240; const QColor HIGHLIGHT_COLOR = QColor("#3366CC"); diff --git a/interface/src/ui/BaseLogDialog.h b/interface/src/ui/BaseLogDialog.h index 08c035a4f5..d097010bae 100644 --- a/interface/src/ui/BaseLogDialog.h +++ b/interface/src/ui/BaseLogDialog.h @@ -18,6 +18,7 @@ const int ELEMENT_MARGIN = 7; const int ELEMENT_HEIGHT = 32; const int CHECKBOX_MARGIN = 12; const int CHECKBOX_WIDTH = 140; +const int BUTTON_MARGIN = 8; class QPushButton; class QLineEdit;