Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
109d6f4e
Commit
109d6f4e
authored
Dec 03, 2014
by
Don Gagne
Browse files
Merge pull request #1070 from Susurrus/style_fix
Enlarge the perspective buttons on the toolbar.
parents
9ce1fecb
f05f7cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/styles/style-dark.css
View file @
109d6f4e
...
...
@@ -166,12 +166,13 @@ QGCToolBar QProgressBar {
QGCToolBar
QToolButton
{
margin
:
0
;
padding
:
0
;
padding
:
0
2px
;
border
:
none
;
border-top
:
1px
solid
#333
;
border-bottom
:
1px
solid
#333
;
border-radius
:
0
;
height
:
24px
;
min-width
:
30px
;
margin-bottom
:
4px
;
text-align
:
left
;
font-weight
:
bold
;
...
...
@@ -191,8 +192,7 @@ QGCToolBar QToolButton:hover {
QGCToolBar
QToolButton
#advancedButton
{
margin-left
:
0
;
margin-right
:
13px
;
padding
:
0
12px
0
4px
;
padding-right
:
8px
;
padding-right
:
10px
;
border-radius
:
0
;
border-bottom-right-radius
:
6px
;
border-top-right-radius
:
6px
;
...
...
@@ -200,7 +200,7 @@ QGCToolBar QToolButton#advancedButton {
}
QGCToolBar
QToolButton
#firstAction
{
margin-left
:
8
px
;
margin-left
:
2
px
;
border-bottom-left-radius
:
6px
;
border-top-left-radius
:
6px
;
border-right
:
none
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment