summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/aboutconfigvaluedialog.ui
diff options
context:
space:
mode:
authorEfe Gürkan YALAMAN <efeyalaman@gmail.com>2013-08-31 02:05:23 +0300
committerThorsten Behrens <tbehrens@suse.com>2013-09-09 16:53:02 +0200
commitebf0a4d1e338201c09620752f8fdf32dc6580427 (patch)
tree7e93097e2dc3202bd4f7deb0e3fb9665707a14f5 /cui/uiconfig/ui/aboutconfigvaluedialog.ui
parentc4bfd42c3c4bbff2704b56013af5e0603eec5364 (diff)
Various improvements Expert Config
Loads all options now in a plausibletime. Handles all short, long, hyper, double and float types. Also handles []hyper type. Also using a custom edit widget for prevent errors for integer types. Change-Id: Idb4f2cb49381e7f92e27a5e89107d48a334f0a26
Diffstat (limited to 'cui/uiconfig/ui/aboutconfigvaluedialog.ui')
-rw-r--r--cui/uiconfig/ui/aboutconfigvaluedialog.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/aboutconfigvaluedialog.ui b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
index b00c06240a4e..e6ce50b17d01 100644
--- a/cui/uiconfig/ui/aboutconfigvaluedialog.ui
+++ b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
@@ -69,6 +69,7 @@
</child>
<child>
<object class="GtkBox" id="box1">
+ <property name="width_request">500</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -88,7 +89,7 @@
</packing>
</child>
<child>
- <object class="GtkTextView" id="valuebox">
+ <object class="cuilo-CuiCustomMultilineEdit" id="valuebox">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="vexpand">True</property>
@@ -96,7 +97,7 @@
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">True</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>