Code/Tools

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 13:01:17 -07:00
parent cb7b084e6b
commit 1f44b7a328
7 changed files with 0 additions and 31 deletions
@@ -14,7 +14,6 @@
namespace Driller
{
static const int k_contractedSize = 20;
static const int k_textWidth = 153;
AnnotationHeaderView::AnnotationHeaderView(AnnotationsProvider* ptrAnnotations, QWidget* parent, Qt::WindowFlags flags)
: QWidget(parent, flags)
@@ -24,10 +24,6 @@
namespace Driller
{
static const int k_contractedSize = 28;
static const int k_expandedSize = 64;
static const int k_textWidth = 128;
static const int k_barHeight = 5;
////////////////////////