修复震动补偿页面bug
This commit is contained in:
@@ -73,6 +73,7 @@ class Panel(ScreenPanel):
|
||||
self.content.add(box)
|
||||
|
||||
pobox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||
pobox.get_style_context().add_class("measure_button")
|
||||
test_x = self._gtk.Button(label=_("Measure X"))
|
||||
test_x.connect("clicked", self.start_calibration, "x")
|
||||
pobox.pack_start(test_x, True, True, 5)
|
||||
|
@@ -211,6 +211,9 @@ textview .time {
|
||||
color: @pale-cyan-opa-100;
|
||||
}
|
||||
|
||||
.measure_button {
|
||||
background-color: rgba(25, 24, 39, 1);
|
||||
}
|
||||
.dialog {
|
||||
background-color: @white-opa-10;
|
||||
}
|
||||
|
@@ -217,6 +217,9 @@ trough progress {
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.measure_button {
|
||||
background-color: @bg_opa_100;
|
||||
}
|
||||
|
||||
progressbar trough progress {
|
||||
border-radius: 0.5em;
|
||||
|
Reference in New Issue
Block a user