summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-07-21 12:20:39 +0200
committerGitHub <noreply@github.com>2019-07-21 12:20:39 +0200
commit44614be231c9d8c0dfe56b6b35a368fb3ce90b75 (patch)
tree8c5c703ef4456fad03c8d5ff49fc608a2a4a7d16
parent83881c6c059582cf90472373e430cd38ed5d55ad (diff)
parenta2ab39199cdb6720eb260b2627b1bc1003342dd1 (diff)
Merge pull request #2210 from ronso0/skins-bigger-clock
Skins :: increase Clock font size by 1px
-rw-r--r--res/skins/Deere/style.qss2
-rw-r--r--res/skins/Deere/tool_bar.xml4
-rw-r--r--res/skins/LateNight/style.qss2
-rw-r--r--res/skins/LateNight/toolbar.xml2
-rw-r--r--res/skins/Shade/mixer_panel.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss
index 9c81f1945b..6f224f18b6 100644
--- a/res/skins/Deere/style.qss
+++ b/res/skins/Deere/style.qss
@@ -887,7 +887,7 @@ WBeatSpinBox,
/* End spacing for toolbar */
#Time {
- font: bold 12px;
+ font: bold 13px;
}
#KnobLabelH, #HeadSplit {
diff --git a/res/skins/Deere/tool_bar.xml b/res/skins/Deere/tool_bar.xml
index df8b6ef831..9eb8d84014 100644
--- a/res/skins/Deere/tool_bar.xml
+++ b/res/skins/Deere/tool_bar.xml
@@ -24,8 +24,8 @@
<Time>
<TooltipId>time</TooltipId>
<ObjectName>Time</ObjectName>
- <Size>55f,20f</Size>
- <ShowSeconds>false</ShowSeconds>
+ <Size>58f,20f</Size>
+ <CustomFormat>hh:mm</CustomFormat>
</Time>
<Template src="skin:vumeter_latency.xml">
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index 54ffa00b72..1220f19ffc 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -179,7 +179,7 @@ WSpinny {/*
}
WTime {
- font-size: 13px/13px;
+ font-size: 14px/14px;
}
#LatencyLabel {
diff --git a/res/skins/LateNight/toolbar.xml b/res/skins/LateNight/toolbar.xml
index 0bcef0c744..c463d29f86 100644
--- a/res/skins/LateNight/toolbar.xml
+++ b/res/skins/LateNight/toolbar.xml
@@ -196,7 +196,7 @@
<Children>
<Time>
<TooltipId>time</TooltipId>
- <ShowSeconds>false</ShowSeconds>
+ <CustomFormat>hh:mm</CustomFormat>
</Time>
</Children>
</WidgetGroup>
diff --git a/res/skins/Shade/mixer_panel.xml b/res/skins/Shade/mixer_panel.xml
index 56e399d2eb..7e68820bf0 100644
--- a/res/skins/Shade/mixer_panel.xml
+++ b/res/skins/Shade/mixer_panel.xml
@@ -383,14 +383,14 @@
<TooltipId>time</TooltipId>
<Style>
QLabel {
- font: bold 9px sans-serif;
+ font: bold 10px sans-serif;
font-family: "Open Sans";
background-color: transparent;
color: #191F24;
text-align:center;
}
</Style>
- <Pos>114,15</Pos>
+ <Pos>113,14</Pos>
<CustomFormat>hh:mm</CustomFormat>
<ShowSeconds>false</ShowSeconds>
</Time>