Commit f05f7cc0 authored by Bryant's avatar Bryant

Enlarge the perspective buttons on the toolbar.

Fly was way too small and Plan needed to be a tad bigger as well.
parent ec4f3ffc
...@@ -166,12 +166,13 @@ QGCToolBar QProgressBar { ...@@ -166,12 +166,13 @@ QGCToolBar QProgressBar {
QGCToolBar QToolButton { QGCToolBar QToolButton {
margin: 0; margin: 0;
padding: 0; padding: 0 2px;
border: none; border: none;
border-top: 1px solid #333; border-top: 1px solid #333;
border-bottom: 1px solid #333; border-bottom: 1px solid #333;
border-radius: 0; border-radius: 0;
height: 24px; height: 24px;
min-width: 30px;
margin-bottom: 4px; margin-bottom: 4px;
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
...@@ -191,8 +192,7 @@ QGCToolBar QToolButton:hover { ...@@ -191,8 +192,7 @@ QGCToolBar QToolButton:hover {
QGCToolBar QToolButton#advancedButton { QGCToolBar QToolButton#advancedButton {
margin-left: 0; margin-left: 0;
margin-right: 13px; margin-right: 13px;
padding: 0 12px 0 4px; padding-right: 10px;
padding-right: 8px;
border-radius: 0; border-radius: 0;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
...@@ -200,7 +200,7 @@ QGCToolBar QToolButton#advancedButton { ...@@ -200,7 +200,7 @@ QGCToolBar QToolButton#advancedButton {
} }
QGCToolBar QToolButton#firstAction { QGCToolBar QToolButton#firstAction {
margin-left: 8px; margin-left: 2px;
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
border-right: none; border-right: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment