diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-27 15:37:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-27 15:37:31 -0500 |
| commit | 37bceb7897aa37df243eeefb0d72b68426f2765f (patch) | |
| tree | 198049406402bb3c3adce71353e4fdb18ad0a084 /components | |
| parent | 679d18166fd4eadb447bf5c193932733bfcf0556 (diff) | |
| parent | 1e8f8bf3cd64483b7d74e195f47e868b060ed8ea (diff) | |
| download | monzero-gui-37bceb7897aa37df243eeefb0d72b68426f2765f.tar.gz monzero-gui-37bceb7897aa37df243eeefb0d72b68426f2765f.tar.xz monzero-gui-37bceb7897aa37df243eeefb0d72b68426f2765f.zip | |
Merge pull request #1344
c13b4cb Redesigned shared ringdb panel
b75eedd Fixes CTRL-A hotkey
1e8f8bf Reformat help tooltips
Diffstat (limited to 'components')
| -rw-r--r-- | components/LabelSubheader.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LabelSubheader.qml b/components/LabelSubheader.qml index a2e4545e..96274f4d 100644 --- a/components/LabelSubheader.qml +++ b/components/LabelSubheader.qml @@ -32,7 +32,7 @@ import "../components" as MoneroComponents Label { id: item - fontSize: 17 * scaleRatio + fontSize: 18 * scaleRatio Rectangle { anchors.top: item.bottom |
